summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fuconstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/fuconstr.cxx')
-rw-r--r--sc/source/ui/drawfunc/fuconstr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/drawfunc/fuconstr.cxx b/sc/source/ui/drawfunc/fuconstr.cxx
index 80f9d963447d..60447d90decd 100644
--- a/sc/source/ui/drawfunc/fuconstr.cxx
+++ b/sc/source/ui/drawfunc/fuconstr.cxx
@@ -74,9 +74,9 @@ Point FuConstruct::CurrentGridSyncOffsetAndPos( Point& rInOutPos )
ScDocument* pDoc = rViewData.GetDocument();
if ( pDoc )
{
- // rInOutPos mightn't be where you think it is if there is zoom
+ // rInOutPos might not be where you think it is if there is zoom
// involved. Lets calculate where aPos would be at 100% zoom
- // that's the actual correct position for the object ( when you
+ // that's the actual correct position for the object (when you
// restore the zoom.
bool bNegative = pDoc->IsNegativePage(pView->GetTab());
Rectangle aObjRect( rInOutPos, rInOutPos );