diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-29 16:29:35 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-29 16:46:06 +0200 |
commit | f5989d1debd7b4aefa6a8c984c729d9e308c5d7b (patch) | |
tree | 4e817c81853ce7e030bc90d1b1d730adbcf200cb | |
parent | 5230b2e475f4d967dcbe2d4c7fd71dc4ce1312de (diff) |
Fix typo
Change-Id: I4b1eefee1fd77d946f2926d0a0bb5b929de5d374
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98997
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 4 | ||||
-rw-r--r-- | sd/qa/unit/export-tests-ooxml1.cxx | 2 | ||||
-rw-r--r-- | sw/qa/core/layout/layout.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
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(); |