summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/drawvie3.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-17 12:50:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-01-17 15:50:16 +0100
commit9fb2cad5ba0dfc1c3617880c02f2e7b21384dd60 (patch)
tree534af3fd2923a0e76d7f39bf6336a848a794ad4c /sc/source/ui/view/drawvie3.cxx
parent42574d1c7b94d7914cf960c9b3c3bc47c2d79110 (diff)
Fix typos
Change-Id: Ibf250ad583c0c58c1c7866bf1c37129f0e4b8fd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109468 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/view/drawvie3.cxx')
-rw-r--r--sc/source/ui/view/drawvie3.cxx2
1 files changed, 1 insertions, 1 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())