summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:05:58 +0000
commit01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch)
treee4ca01d348aaee1ba6113c7b2e128a00dce66f3b /slideshow
parent9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff)
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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();
}