summaryrefslogtreecommitdiff
path: root/svx/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-22 23:26:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-23 09:13:39 +0200
commitcc1598b806a8f63079de64512e0b322fc9b28714 (patch)
tree7f477a0b2f64a82653f58f421a785716f0f1af6c /svx/qa
parent12cc7abbfebf3b1845ec7fa8663b8c95443cd45a (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>
Diffstat (limited to 'svx/qa')
-rw-r--r--svx/qa/unit/svdraw.cxx2
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),