diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:24:20 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:22:11 +0000 |
commit | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (patch) | |
tree | f43c956f39aae0173cbbc6a307ae63189012ca06 /sc/source/ui/drawfunc | |
parent | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (diff) |
Fix typos
Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1
Reviewed-on: https://gerrit.libreoffice.org/16710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sc/source/ui/drawfunc')
-rw-r--r-- | sc/source/ui/drawfunc/fuconstr.cxx | 4 |
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 ); |