diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:58:05 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:30:53 +0000 |
commit | 185f207ef17d58ea81d0c17c1a37cf14647cc71a (patch) | |
tree | 24955c63ae56d1d674704bf1ae18b4164869d4a0 /sdext | |
parent | 7de7eeff1c92427262a2400c69daf2c84cffe088 (diff) |
Fix typos
Change-Id: I3ea8a90f0ec917b4e26335fcd31a5f7e0888589e
Reviewed-on: https://gerrit.libreoffice.org/18972
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/pdfimport/tree/style.cxx | 2 | ||||
-rw-r--r-- | sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterNotesView.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderPainter.hxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterPaneFactory.hxx | 4 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterSlideShowView.hxx | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sdext/source/pdfimport/tree/style.cxx b/sdext/source/pdfimport/tree/style.cxx index 0eba65d46d91..cc11bd4fed22 100644 --- a/sdext/source/pdfimport/tree/style.cxx +++ b/sdext/source/pdfimport/tree/style.cxx @@ -109,7 +109,7 @@ sal_Int32 StyleContainer::setProperties( sal_Int32 nStyleId, const PropertyMap& } else { - // decrease refcound on old instance + // decrease refcount on old instance it->second.RefCount--; // acquire new HashedStyle HashedStyle aSearchStyle; diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx index b7c47d88fe59..b319afeb189f 100644 --- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx @@ -58,7 +58,7 @@ /* SYNC STREAMS ============ - We stream human-readble tokens to stdout, and binary data (fonts, + We stream human-readable tokens to stdout, and binary data (fonts, bitmaps) to g_binary_out. Another process reads from those pipes, and there lies the rub: things can deadlock, if the two involved processes access the pipes in different order. At any point in 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; |