svx/qa/unit/svdraw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cc1598b806a8f63079de64512e0b322fc9b28714 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Oct 22 23:26:06 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Oct 23 09:13:39 2021 +0200 Remove duplicated word Change-Id: Ib3815aee68fdeb8f5eef465d01c51c66378fcd1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124086 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/svx/qa/unit/svdraw.cxx b/svx/qa/unit/svdraw.cxx index 34f3c13cfbaa..8cf0f889eea7 100644 --- a/svx/qa/unit/svdraw.cxx +++ b/svx/qa/unit/svdraw.cxx @@ -335,7 +335,7 @@ CPPUNIT_TEST_FIXTURE(SvdrawTest, testAutoHeightMultiColShape) // When loading that document: getComponent().set(loadFromDesktop(aURL, "com.sun.star.presentation.PresentationDocument")); - // Make sure the in-file shape height is kept, even if nominally the the shape height is + // Make sure the in-file shape height is kept, even if nominally the shape height is // automatic: uno::Reference<drawing::XDrawPagesSupplier> xDrawPagesSupplier(getComponent(), uno::UNO_QUERY); uno::Reference<drawing::XDrawPage> xDrawPage(xDrawPagesSupplier->getDrawPages()->getByIndex(0),
