summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r--sdext/source/presenter/PresenterNotesView.hxx2
-rw-r--r--sdext/source/presenter/PresenterPaneBorderPainter.hxx2
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.hxx4
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.hxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sdext/source/presenter/PresenterNotesView.hxx b/sdext/source/presenter/PresenterNotesView.hxx
index d6fe3dab52bb..687311cc11c4 100644
--- a/sdext/source/presenter/PresenterNotesView.hxx
+++ b/sdext/source/presenter/PresenterNotesView.hxx
@@ -77,7 +77,7 @@ public:
/** Typically called from setCurrentSlide() with the notes page that is
associeted with the slide given to setCurrentSlide().
- Iterates over all text shapes on the given notes page and diplays
+ Iterates over all text shapes on the given notes page and displays
the concatenated text of these.
*/
void SetSlide (
diff --git a/sdext/source/presenter/PresenterPaneBorderPainter.hxx b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
index 7632fa80f115..13010652764c 100644
--- a/sdext/source/presenter/PresenterPaneBorderPainter.hxx
+++ b/sdext/source/presenter/PresenterPaneBorderPainter.hxx
@@ -68,7 +68,7 @@ public:
const css::awt::Rectangle& rInnerBox,
const css::drawing::framework::BorderType eBorderType) const;
- /** Transorm the outer bounding box of a window to the bounding box of
+ /** Transform the outer bounding box of a window to the bounding box of
the inner content area.
@param rsPaneURL
Specifies the pane style that is used to determine the border sizes.
diff --git a/sdext/source/presenter/PresenterPaneFactory.hxx b/sdext/source/presenter/PresenterPaneFactory.hxx
index a3c72a537ada..3821db724a71 100644
--- a/sdext/source/presenter/PresenterPaneFactory.hxx
+++ b/sdext/source/presenter/PresenterPaneFactory.hxx
@@ -43,9 +43,9 @@ namespace {
> PresenterPaneFactoryInterfaceBase;
}
-/** The PresenerPaneFactory provides a fixed set of panes.
+/** The PresenterPaneFactory provides a fixed set of panes.
- In order to make the presener screen more easily extendable in the
+ In order to make the presenter screen more easily extendable in the
future the set of supported panes could be made extendable on demand.
*/
class PresenterPaneFactory
diff --git a/sdext/source/presenter/PresenterSlideShowView.hxx b/sdext/source/presenter/PresenterSlideShowView.hxx
index 05c3352b88c9..1c4dfef7f0ff 100644
--- a/sdext/source/presenter/PresenterSlideShowView.hxx
+++ b/sdext/source/presenter/PresenterSlideShowView.hxx
@@ -228,7 +228,7 @@ private:
*/
double mnPageAspectRatio;
- /** This broadcast helper is used to notify listeners registed to a
+ /** This broadcast helper is used to notify listeners registered to a
SlideShowView object.
*/
::cppu::OBroadcastHelper maBroadcaster;