diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 14:12:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-01 19:10:20 +0000 |
commit | 441fa1c03664081d76bf6007c4ac0aee32f56342 (patch) | |
tree | 7f96d821be5261ca4dae65651ee6016bb922ab94 /sfx2 | |
parent | 6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (diff) |
Fix typos
Change-Id: I1e0e6f1b99090f26a6cd657ee9019bf2fa906dd9
Reviewed-on: https://gerrit.libreoffice.org/29436
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/dockwin.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/printhelper.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx index 66ec34b3d8d3..9fe7b04f0f2d 100644 --- a/sfx2/source/dialog/dockwin.cxx +++ b/sfx2/source/dialog/dockwin.cxx @@ -759,7 +759,7 @@ void SfxDockingWindow::EndDocking( const Rectangle& rRect, bool bFloatMode ) { // If the alignment changes and the window is in a docked state in a // SplitWindow, then it must be re-registered. If it is docked again, - // PrepareToggleFloatingMode() and ToggleFloatingMode() preform the + // PrepareToggleFloatingMode() and ToggleFloatingMode() perform the // re-registered if ( !bFloatMode ) bReArrange = true; diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 03aaa3a709c3..fc25b5f9ae65 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -237,7 +237,7 @@ void SfxObjectShell::UpdateTime_Impl( tools::Time nAddTime (0) ; // Value to add on aOldTime // Safe impossible cases! - // User has changed time to the past between last editing and now ... its not possible!!! + // User has changed time to the past between last editing and now ... it's not possible!!! DBG_ASSERT( !(aNow.GetDate()<pImpl->nTime.GetDate()), "Timestamp of last change is in the past ?!..." ); // Do the follow only, if user has NOT changed time to the past. diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx index 5c3b4b828bec..a54bc2dfa863 100644 --- a/sfx2/source/doc/printhelper.cxx +++ b/sfx2/source/doc/printhelper.cxx @@ -644,7 +644,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >& // We try to convert it to a file URL. If its possible // we put the system path to the item set and let vcl work with it. // No ucb or thread will be necessary then. In case it couldnt be - // converted its not an URL nor a system path. Then we can't accept + // converted it's not an URL nor a system path. Then we can't accept // this parameter and have to throw an exception. const OUString& sSystemPath(sTemp); OUString sFileURL; diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index 686707a27c2c..efb0911563f3 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -414,7 +414,7 @@ void SidebarController::ProcessNewWidth (const sal_Int32 nNewWidth) else { // Deck became too small. Close it completely. - // If window is wider than the tab bar then mark the deck as being visible, even when it its not. + // If window is wider than the tab bar then mark the deck as being visible, even when it is not. // This is to trigger an adjustment of the width to the width of the tab bar. mbIsDeckOpen = true; RequestCloseDeck(); |