summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/targetpropertiescreator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/targetpropertiescreator.cxx')
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx
index a8423ec482e9..ac10b14d3b3e 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.cxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx
@@ -321,10 +321,10 @@ namespace internal
private:
XShapeHash& mrShapeHash;
uno::Reference< drawing::XShape > mxTargetShape;
- sal_Int16 mnParagraphIndex;
+ sal_Int16 const mnParagraphIndex;
// get initial or final state
- bool mbInitial;
+ bool const mbInitial;
};
}