summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/view/drawvie3.cxx2
-rw-r--r--vcl/qa/cppunit/pdfexport/pdfexport.cxx2
2 files changed, 2 insertions, 2 deletions
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));