summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationfactory.cxx')
-rw-r--r--slideshow/source/engine/animationfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationfactory.cxx b/slideshow/source/engine/animationfactory.cxx
index 6ce8ee14a2ba..2451a71bb2dd 100644
--- a/slideshow/source/engine/animationfactory.cxx
+++ b/slideshow/source/engine/animationfactory.cxx
@@ -347,7 +347,7 @@ namespace slideshow
::basegfx::B2DPoint maShapeOrig;
const int mnFlags;
bool mbAnimationStarted;
- sal_Int16 mnAdditive;
+ sal_Int16 const mnAdditive;
};
@@ -625,7 +625,7 @@ namespace slideshow
}
private:
- double mnScale;
+ double const mnScale;
};
/** Overload for NumberAnimations which need scaling (width,height,x,y currently)