summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/targetpropertiescreator.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-08 10:28:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 08:10:11 +0200
commit56940b766e5d52cb1c17b4250e4c7e2c375b7b65 (patch)
treebad2be3f62ee00ebc7a0c4efa24b9e5a78621859 /slideshow/source/engine/slide/targetpropertiescreator.cxx
parente9a3b06f4e2b22f26006e0df730ad23d715ecbb6 (diff)
loplugin:constfields in slideshow
Change-Id: Ieeda808ad8e7fe500a2142c779529ca190725f6a Reviewed-on: https://gerrit.libreoffice.org/61548 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;
};
}