summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:24:20 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:22:11 +0000
commit3dfdd18707019c49723ad98e74f5202a3ae436f7 (patch)
treef43c956f39aae0173cbbc6a307ae63189012ca06 /sdext
parent0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (diff)
Fix typos
Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1 Reviewed-on: https://gerrit.libreoffice.org/16710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx2
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index b5dd4e4328b0..4336f8aaae6a 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -286,7 +286,7 @@ namespace pdfi
extern FILE* g_binary_out;
-// note: if you ever hcange Output_t, please keep in mind that the current code
+// note: if you ever change Output_t, please keep in mind that the current code
// relies on it being of 8 bit size
typedef Guchar Output_t;
typedef std::vector< Output_t > OutputBuffer;
diff --git a/sdext/source/presenter/PresenterSlideShowView.hxx b/sdext/source/presenter/PresenterSlideShowView.hxx
index 36b527f97e16..bce135ef4ac5 100644
--- a/sdext/source/presenter/PresenterSlideShowView.hxx
+++ b/sdext/source/presenter/PresenterSlideShowView.hxx
@@ -55,7 +55,7 @@ namespace {
> PresenterSlideShowViewInterfaceBase;
}
-/** Life view in a secondary windo of a full screen slide show.
+/** Life view in a secondary window of a full screen slide show.
*/
class PresenterSlideShowView
: private ::boost::noncopyable,