diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-05 23:39:23 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-18 12:49:03 +0200 |
commit | 563fe60878c2ad3289c5bdcd7d8647aea4280129 (patch) | |
tree | 24c6191c4986fa094a0945d5555bd36dc56922ac /sd/source/ui | |
parent | 480ac84f2f5049fb4337b36f12fd6796e005761b (diff) |
Fix typos
Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92
Reviewed-on: https://gerrit.libreoffice.org/57028
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/framework/factories/BasicViewFactory.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewShellImplementation.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/framework/factories/BasicViewFactory.cxx b/sd/source/ui/framework/factories/BasicViewFactory.cxx index 34ac40176dce..7c2a78872e15 100644 --- a/sd/source/ui/framework/factories/BasicViewFactory.cxx +++ b/sd/source/ui/framework/factories/BasicViewFactory.cxx @@ -117,7 +117,7 @@ void SAL_CALL BasicViewFactory::disposing() // Release the view shell container. At this point no one other than us // should hold references to the view shells (at the moment this is a - // trivial requirement, because no one other then us holds a shared + // trivial requirement, because no one other than us holds a shared // pointer). // ViewShellContainer::const_iterator iView; for (iView=mpViewShellContainer->begin(); iView!=mpViewShellContainer->end(); ++iView) diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx index 61c3cd6384af..77dfc3ea0ded 100644 --- a/sd/source/ui/inc/ViewShellImplementation.hxx +++ b/sd/source/ui/inc/ViewShellImplementation.hxx @@ -127,7 +127,7 @@ public: used by the SFX as factories. They only set the initial pane configuration, nothing more. - So what we do here in essence is to return on of the + So what we do here in essence is to return one of the ViewShellFactoryIds that can be used to select the factory that creates the ViewShellBase subclass with the initial pane configuration that has in the center pane a view shell of the same diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index 2344a7371a8f..05123e911b3b 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -553,7 +553,7 @@ void SlideSorterViewShell::WriteFrameViewData() mpFrameView->SetSelectedPage((pActualPage->GetPageNum()- 1) / 2); // else // The slide sorter is not expected to switch the current page - // other then by double clicks. That is handled separately. + // other than by double clicks. That is handled separately. } else { |