summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/animationfactory.cxx2
-rw-r--r--slideshow/source/engine/slideshowimpl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationfactory.cxx b/slideshow/source/engine/animationfactory.cxx
index 7804dfc3f440..c03c26d312c9 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -147,7 +147,7 @@ namespace slideshow
ValueT aValue( rValue.getX(),
rValue.getY() );
- // Activitis get values from the expression parser,
+ // Activities get values from the expression parser,
// which returns _relative_ sizes/positions.
// Convert back relative to reference coordinate system
aValue *= maReferenceSize;
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx
index 9b4dd4a0f6eb..cd46010e2991 100644
--- a/slideshow/source/engine/slideshowimpl.cxx
+++ b/slideshow/source/engine/slideshowimpl.cxx
@@ -1166,7 +1166,7 @@ void SlideShowImpl::displaySlide(
{
// The transition activity was created for the side effects
// (like sound transitions). Because we want to skip the
- // acutual transition animation we do not need the activity
+ // actual transition animation we do not need the activity
// anymore.
pSlideChangeActivity.reset();
}