[Libreoffice-commits] core.git: svx/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 2 05:00:51 UTC 2019


 svx/qa/unit/customshapes.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb013085beece74dc1c4faac62c08f1eeb6992fa
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 20:13:30 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Apr 2 07:00:28 2019 +0200

    Fix typo
    
    Change-Id: Iccc8c8b82efb00df491d5283512b60d6d1746735
    Reviewed-on: https://gerrit.libreoffice.org/70101
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

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");


More information about the Libreoffice-commits mailing list