[Libreoffice-commits] core.git: include/filter sd/qa sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 29 14:46:48 UTC 2020


 include/filter/msfilter/svdfppt.hxx |    4 ++--
 sd/qa/unit/export-tests-ooxml1.cxx  |    2 +-
 sw/qa/core/layout/layout.cxx        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f5989d1debd7b4aefa6a8c984c729d9e308c5d7b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jul 29 16:29:35 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jul 29 16:46:06 2020 +0200

    Fix typo
    
    Change-Id: I4b1eefee1fd77d946f2926d0a0bb5b929de5d374
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98997
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 5e341ba6db2b..b1dc364d7d57 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -935,9 +935,9 @@ struct PPTCharPropSet
     //now,the bullet color should be set original hyperlink text's color
     //so  "mbHardHylinkOrigColor" hold the original hyperlink text's color.
     sal_uInt32  mnHylinkOrigColor;
-    //the bullet text weather has a hyperlink.
+    //the bullet text whether has a hyperlink.
     bool        mbIsHyperlink;
-    //the hyperlink text weather has a custom color.
+    //the hyperlink text whether has a custom color.
     bool        mbHardHylinkOrigColor;
 
     sal_uInt32          mnOriginalTextPos;
diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx
index f8f471f08b9a..f1b8bcca5b6d 100644
--- a/sd/qa/unit/export-tests-ooxml1.cxx
+++ b/sd/qa/unit/export-tests-ooxml1.cxx
@@ -1198,7 +1198,7 @@ void SdOOXMLExportTest1::testTdf128345GradientRadial()
 
 void SdOOXMLExportTest1::testTdf128345GradientAxial()
 {
-    // Without the patch, symmtetric linear gradient with full transparence outside and
+    // Without the patch, symmetric linear gradient with full transparence outside and
     // full opak in the middle were imported as full transparent.
     ::sd::DrawDocShellRef xDocShRef
         = loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/odp/tdf128345_GradientAxial.odp"), ODP);
diff --git a/sw/qa/core/layout/layout.cxx b/sw/qa/core/layout/layout.cxx
index 38fbf3c94e38..44a7edf5c213 100644
--- a/sw/qa/core/layout/layout.cxx
+++ b/sw/qa/core/layout/layout.cxx
@@ -148,7 +148,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreLayoutTest, testContinuousEndnotesMoveBackwards)
 
 CPPUNIT_TEST_FIXTURE(SwCoreLayoutTest, testAnchorPositionBasedOnParagraph)
 {
-    // tdf#134783 check weather position of shape is good if it is achored to paragraph and
+    // tdf#134783 check whether position of shape is good if it is anchored to paragraph and
     // the "Don't add space between paragraphs of the same style" option is set
     load(DATA_DIRECTORY, "tdf134783_testAnchorPositionBasedOnParagraph.fodt");
     xmlDocUniquePtr pXmlDoc = parseLayoutDump();


More information about the Libreoffice-commits mailing list