diff options
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r-- | sdext/source/presenter/PresenterScreen.cxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSlidePreview.cxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSlideSorter.cxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterViewFactory.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx index 35b1a320ba3c..2e0d464b5311 100644 --- a/sdext/source/presenter/PresenterScreen.cxx +++ b/sdext/source/presenter/PresenterScreen.cxx @@ -385,7 +385,7 @@ void PresenterScreen::InitializePresenterScreen (void) // own full screen window that is controlled by the same // configuration controller as the Impress document from // which the presentation was started. Therefore the main - // pane is actived additionally to the already existing + // pane is activated additionally to the already existing // panes and does not replace them. xCC->requestResourceActivation( xMainPaneId, diff --git a/sdext/source/presenter/PresenterSlidePreview.cxx b/sdext/source/presenter/PresenterSlidePreview.cxx index b5ed609b6a7e..749bce9194e1 100644 --- a/sdext/source/presenter/PresenterSlidePreview.cxx +++ b/sdext/source/presenter/PresenterSlidePreview.cxx @@ -37,7 +37,7 @@ using namespace ::com::sun::star::drawing::framework; namespace { - // Use a super sample factor greater than 1 to achive a poor mans + // Use a super sample factor greater than 1 to achieve a poor mans // antialiasing effect for slide previews. const sal_Int16 gnSuperSampleFactor = 2; } diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx index 6611712c7ff9..5f49f59fcd77 100644 --- a/sdext/source/presenter/PresenterSlideSorter.cxx +++ b/sdext/source/presenter/PresenterSlideSorter.cxx @@ -1168,7 +1168,7 @@ void PresenterSlideSorter::Layout::Update ( // Determine column count, preview width, and horizontal gap (borders // are half the gap). Try to use the preferred values. Try more to // stay in the valid intervalls. This last constraint may be not - // fullfilled in some cases. + // fulfilled in some cases. const double nElementWidth = nWidth / gnPreferredColumnCount; if (nElementWidth < gnMinimalPreviewWidth + gnMinimalHorizontalPreviewGap) { diff --git a/sdext/source/presenter/PresenterViewFactory.hxx b/sdext/source/presenter/PresenterViewFactory.hxx index 649ddfae3868..69f2e3773929 100644 --- a/sdext/source/presenter/PresenterViewFactory.hxx +++ b/sdext/source/presenter/PresenterViewFactory.hxx @@ -54,7 +54,7 @@ public: virtual void DeactivatePresenterView (void); /** Called before the view is disposed. This gives the view the - oportunity to trigger actions that may lead to (synchronous) + opportunity to trigger actions that may lead to (synchronous) callbacks that do not result in DisposedExceptions. */ virtual void ReleaseView (void); |