diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-16 21:40:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-16 22:23:08 +0200 |
commit | bf888e249079fa7bb791041e0699eb7bd41de327 (patch) | |
tree | a59be8543b78eafc410feaf71bf18fbc9c4eb02e /sfx2 | |
parent | f8cb50799e34b0adb0c36c392502deb7baf556c5 (diff) |
Fix typos
Change-Id: Ifa56c292559977577af45204f4cc8346e5706616
Reviewed-on: https://gerrit.libreoffice.org/77611
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 6fc2027bc2df..df52c23c0b7c 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -361,7 +361,7 @@ void SfxObjectShell::SetReadOnlyUI( bool bReadOnly ) /* [Description] - Turns the document in an r/o and r/w state respectively without reloading + Turns the document in a r/o and r/w state respectively without reloading it and without changing the open mode of the medium. */ diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index 07fd91bbdd5c..2e50126df545 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -509,7 +509,7 @@ void SAL_CALL SfxInPlaceClient_Impl::changedPlacement( const awt::Rectangle& aPo Size aNewObjSize( long( aNewLogicRect.GetWidth() / m_aScaleWidth ), long( aNewLogicRect.GetHeight() / m_aScaleHeight ) ); - // now remove scaling from new placement and keep this a the new object area + // now remove scaling from new placement and keep this at the new object area aNewLogicRect.SetSize( aNewObjSize ); m_aObjArea = aNewLogicRect; |