summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationbasenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationbasenode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationbasenode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.hxx b/slideshow/source/engine/animationnodes/animationbasenode.hxx
index 84b3d5a82b5e..d8bbb09d8527 100644
--- a/slideshow/source/engine/animationnodes/animationbasenode.hxx
+++ b/slideshow/source/engine/animationnodes/animationbasenode.hxx
@@ -79,14 +79,14 @@ private:
private:
css::uno::Reference<css::animations::XAnimate> mxAnimateNode;
ShapeAttributeLayerHolder maAttributeLayerHolder;
- ::basegfx::B2DVector maSlideSize;
+ ::basegfx::B2DVector const maSlideSize;
AnimationActivitySharedPtr mpActivity;
/// When valid, this node has a plain target shape
AttributableShapeSharedPtr mpShape;
/// When valid, this is a subsetted target shape
ShapeSubsetSharedPtr mpShapeSubset;
- SubsettableShapeManagerSharedPtr mpSubsetManager;
+ SubsettableShapeManagerSharedPtr const mpSubsetManager;
bool mbIsIndependentSubset;
};