summaryrefslogtreecommitdiff
path: root/svx/qa/unit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-01 20:13:30 +0000
committerJens Carl <j.carl43@gmx.de>2019-04-02 07:00:28 +0200
commiteb013085beece74dc1c4faac62c08f1eeb6992fa (patch)
tree0d292cfe3b2cdb9cc3c45496a43732b49ebe4154 /svx/qa/unit
parentf58b9b5d70fd6684580a4e0c8a2bf066decdee65 (diff)
Fix typo
Change-Id: Iccc8c8b82efb00df491d5283512b60d6d1746735 Reviewed-on: https://gerrit.libreoffice.org/70101 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'svx/qa/unit')
-rw-r--r--svx/qa/unit/customshapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/qa/unit/customshapes.cxx b/svx/qa/unit/customshapes.cxx
index 228ab7b3687b..e58d46ab505d 100644
--- a/svx/qa/unit/customshapes.cxx
+++ b/svx/qa/unit/customshapes.cxx
@@ -281,7 +281,7 @@ CPPUNIT_TEST_FIXTURE(CustomshapesTest, testTdf124029_arc_position)
{
// tdf121029 MS binary custom shape mso_sptArc has wrong position
// MS uses the sector for position reference. Error was, that
- // LibreOffice has used the underlaying ellipse.
+ // LibreOffice has used the underlying ellipse.
const OUString sFileName("tdf124029_Arc_position.doc");
OUString sURL = m_directories.getURLFromSrc(sDataDirectory) + sFileName;
mxComponent = loadFromDesktop(sURL, "com.sun.star.comp.text.TextDocument");