From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx | 2 +- sdext/source/presenter/PresenterPaneBase.cxx | 2 +- sdext/source/presenter/PresenterSlideShowView.cxx | 2 +- sdext/source/presenter/PresenterTimer.cxx | 2 +- sdext/source/presenter/PresenterToolBar.hxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sdext') 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 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 -- cgit v1.2.3