summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/basenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/basenode.hxx')
-rw-r--r--slideshow/source/inc/basenode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/inc/basenode.hxx b/slideshow/source/inc/basenode.hxx
index 96291176ff55..ff146a8b5a29 100644
--- a/slideshow/source/inc/basenode.hxx
+++ b/slideshow/source/inc/basenode.hxx
@@ -52,10 +52,10 @@ struct NodeContext
{}
/// Context as passed to createAnimationNode()
- SlideShowContext maContext;
+ SlideShowContext const maContext;
/// Size in user coordinate space of the corresponding slide
- ::basegfx::B2DVector maSlideSize;
+ ::basegfx::B2DVector const maSlideSize;
/// Shape to be used (provided by parent, e.g. for iterations)
ShapeSubsetSharedPtr mpMasterShapeSubset;