diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-22 23:26:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-23 09:13:39 +0200 |
commit | cc1598b806a8f63079de64512e0b322fc9b28714 (patch) | |
tree | 7f477a0b2f64a82653f58f421a785716f0f1af6c | |
parent | 12cc7abbfebf3b1845ec7fa8663b8c95443cd45a (diff) |
Remove duplicated word
Change-Id: Ib3815aee68fdeb8f5eef465d01c51c66378fcd1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124086
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | svx/qa/unit/svdraw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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), |