[Libreoffice-commits] core.git: sc/source vcl/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jan 17 14:50:56 UTC 2021
sc/source/ui/view/drawvie3.cxx | 2 +-
vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9fb2cad5ba0dfc1c3617880c02f2e7b21384dd60
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 17 12:50:26 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 17 15:50:16 2021 +0100
Fix typos
Change-Id: Ibf250ad583c0c58c1c7866bf1c37129f0e4b8fd9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109468
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/ui/view/drawvie3.cxx b/sc/source/ui/view/drawvie3.cxx
index 4e2928b0569d..e120811a4d23 100644
--- a/sc/source/ui/view/drawvie3.cxx
+++ b/sc/source/ui/view/drawvie3.cxx
@@ -178,7 +178,7 @@ void adjustAnchoredPosition(const SdrHint& rHint, const ScDocument& rDoc, SCTAB
return;
// SetCellAnchoredFromPosition has to be called only if shape geometry has been changed, and not
- // if only shape visibilty has been changed. It is not enough to test shape rect, because e.g. a
+ // if only shape visibility has been changed. It is not enough to test shape rect, because e.g. a
// 180deg rotation changes only the logic rect (tdf#139583).
ScDrawObjData& rNoRotatedAnchor = *ScDrawLayer::GetNonRotatedObjData(pObj, true /*bCreate*/);
if (lcl_AreRectanglesApproxEqual(pAnchor->getShapeRect(), pObj->GetSnapRect())
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 2b84591c3dca..f9d389777fbb 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -2613,7 +2613,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testPdfUaMetadata)
auto& rStream = pStreamObject->GetMemory();
rStream.Seek(0);
- // Search for the PDF/UA mrker in the metadata
+ // Search for the PDF/UA marker in the metadata
tools::XmlWalker aWalker;
CPPUNIT_ASSERT(aWalker.open(&rStream));
More information about the Libreoffice-commits
mailing list