summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /sdext
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx2
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx2
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx2
-rw-r--r--sdext/source/presenter/PresenterTimer.cxx2
-rw-r--r--sdext/source/presenter/PresenterToolBar.hxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index 68a291c11c5c..ae49deaf98fc 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -93,7 +93,7 @@ namespace pdfi
size(0.0)
{}
- // xdpf goo stuff is so totally borked...
+ // xpdf goo stuff is so totally borked...
// ...need to hand-code assignment
FontAttributes( const FontAttributes& rSrc ) :
familyName(),
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index e6c827ff06e9..f698dd9175b1 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -130,7 +130,7 @@ Reference<drawing::framework::XPaneBorderPainter>
void PresenterPaneBase::SetCalloutAnchor (const css::awt::Point& rCalloutAnchor)
{
mbHasCallout = true;
- // Anchor is given in the coorindate system of the parent window.
+ // Anchor is given in the coordinate system of the parent window.
// Transform it into the local coordinate system.
maCalloutAnchor = rCalloutAnchor;
const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize());
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx
index a39c20ffdbeb..8ea2068f8fe3 100644
--- a/sdext/source/presenter/PresenterSlideShowView.cxx
+++ b/sdext/source/presenter/PresenterSlideShowView.cxx
@@ -362,7 +362,7 @@ geometry::AffineMatrix2D SAL_CALL PresenterSlideShowView::getTransformation()
// optimizations the avoid updates when the transformation is
// unchanged (when the window size changes then due to the constant
// aspect ratio the size of the preview may remain the same while
- // the position changes. The position, however, is repesented by
+ // the position changes. The position, however, is rapresented by
// the position of the view window. This transformation is given
// relative to the view window and therefore does not contain the
// position.)
diff --git a/sdext/source/presenter/PresenterTimer.cxx b/sdext/source/presenter/PresenterTimer.cxx
index 340a2a01f876..acb42e2c9d26 100644
--- a/sdext/source/presenter/PresenterTimer.cxx
+++ b/sdext/source/presenter/PresenterTimer.cxx
@@ -219,7 +219,7 @@ void TimerScheduler::CancelTask (const sal_Int32 nTaskId)
mpCurrentTask->mbIsCanceled = true;
}
- // Let the main-loop cleanup in it's own time
+ // Let the main-loop cleanup in its own time
}
void SAL_CALL TimerScheduler::run()
diff --git a/sdext/source/presenter/PresenterToolBar.hxx b/sdext/source/presenter/PresenterToolBar.hxx
index 9418a79ebc37..949a697a4c1d 100644
--- a/sdext/source/presenter/PresenterToolBar.hxx
+++ b/sdext/source/presenter/PresenterToolBar.hxx
@@ -67,7 +67,7 @@ namespace sdext { namespace presenter {
/** A simple tool bar that can display bitmapped buttons and labels. At the
moment there are buttons for moving to the next and previous slide and
- to the next effect. A label displayes the index of the current slide
+ to the next effect. A label displays the index of the current slide
and the total number of slides.
*/
class PresenterToolBar