summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-19 01:58:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 19:45:07 +0000
commit9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch)
tree7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /sd
parent1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff)
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx2
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx2
-rw-r--r--sd/source/ui/view/drviews1.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index e83929f67cbe..07f7f3c8c0df 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -1402,7 +1402,7 @@ void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects)
pBindings->Invalidate( SID_NAVIGATOR_PAGENAME );
}
}
- // send out page change event and notity to update all acc info for current page
+ // send out page change event and notify to update all acc info for current page
if (mpViewShell)
{
sal_Int32 currentPageIndex = getCurrentSlideIndex();
diff --git a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
index d4b781736392..6507bb957a33 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx
@@ -58,7 +58,7 @@ private:
with a different map mode or by a call to Invalidate().
*/
SharedFontPointer maFont;
- /** The mape mode for which maFont was created.
+ /** The map mode for which maFont was created.
*/
MapMode maMapMode;
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 28fd92c80565..f1ec203f12ca 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -296,7 +296,7 @@ void DrawViewShell::SetZoomRect( const Rectangle& rZoomRect )
/**
* PrepareClose, as appropriate end text input, so other viewshells
- * discover an refreshed text objext.
+ * discover a refreshed text object.
*/
bool DrawViewShell::PrepareClose( bool bUI )