diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:34:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:33 +0200 |
commit | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch) | |
tree | df8c976b292c9aac1387528e0d5f38b6def334ee /slideshow | |
parent | c035317c327d1f8a462f3abd5face29d85bbc991 (diff) |
typo: implicitely -> implicitly
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationbasenode.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/slide.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/viewlayer.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index a15ec0138bec..d9373d57c106 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -121,7 +121,7 @@ AnimationBaseNode::AnimationBaseNode( xShape ); // NOTE: For shapes with ParagraphTarget, we ignore - // the SubItem property. We implicitely assume that it + // the SubItem property. We implicitly assume that it // is set to ONLY_TEXT. OSL_ENSURE( mxAnimateNode->getSubItem() == diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx index 1ab61daf8fb2..244873c18dff 100644 --- a/slideshow/source/inc/slide.hxx +++ b/slideshow/source/inc/slide.hxx @@ -65,7 +65,7 @@ namespace slideshow Call this method to reduce the timeout show(), and getInitialSlideBitmap() need to complete. If prefetch() is not called explicitly, the named - methods will call it implicitely. + methods will call it implicitly. */ virtual bool prefetch() = 0; diff --git a/slideshow/source/inc/viewlayer.hxx b/slideshow/source/inc/viewlayer.hxx index f47f18aaa96b..20485509404b 100644 --- a/slideshow/source/inc/viewlayer.hxx +++ b/slideshow/source/inc/viewlayer.hxx @@ -123,7 +123,7 @@ namespace slideshow slideshow to set their own user space transformation at the canvas, whilst the slideshow adds their transformation on top of that. Concretely, this method - returns the user transform (implicitely calculated + returns the user transform (implicitly calculated from the setViewSize() method), combined with the view transformation. */ |