[Libreoffice-commits] core.git: sw/qa vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 16 18:42:37 UTC 2020
sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 +-
vcl/source/gdi/impgraph.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 651ffebdb7cad18ec0a2dda294a6fff231638409
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 15 19:37:40 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 16 19:41:58 2020 +0100
Fix typos
Change-Id: I1c0e4daa835eba2004ffe9490757dd91d9c9889b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107790
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 78e0844e4f10..c91488efb93b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -468,7 +468,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf136589_paraHadField, "tdf136589_paraHadField.doc
// The section break should not add an additional CR - which equals an empty page two.
CPPUNIT_ASSERT_EQUAL(2, getPages());
- //tdf#118711 - don't explicity specify the default page style at the beginning of the document
+ //tdf#118711 - don't explicitly specify the default page style at the beginning of the document
uno::Reference<beans::XPropertySet> xPara(getParagraph(1), uno::UNO_QUERY_THROW);
CPPUNIT_ASSERT_EQUAL(uno::Any(), xPara->getPropertyValue("PageDescName"));
}
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index fec7c9654f4c..2dd1d0447f10 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -1231,7 +1231,7 @@ bool ImpGraphic::swapOutContent(SvStream& rStream)
sal_uLong nDataFieldPos;
- // Write te SWAP ID
+ // Write the SWAP ID
rStream.WriteUInt32(SWAP_FORMAT_ID);
rStream.WriteInt32(static_cast<sal_Int32>(meType));
More information about the Libreoffice-commits
mailing list