summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.cxx2
-rw-r--r--slideshow/source/inc/slide.hxx2
-rw-r--r--slideshow/source/inc/viewlayer.hxx2
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.
*/