summaryrefslogtreecommitdiff
path: root/sd/inc/anminfo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 11:08:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-12 17:45:54 +0100
commit638b670791d1a97b48c8246105870d6c484ced7d (patch)
treedc4f7f587a4522d917eb752b9498319ca9403cb6 /sd/inc/anminfo.hxx
parentcebb74468478a2902d522b38bbedb4a2b536b392 (diff)
Revert "loplugin:constfields in sd"
This reverts commit 453879cfd8f4a8e22847043231a0929e4d50f238. Change-Id: Ic542fd6b1f09d71d8e6c9530198fe45151d75e16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90410 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/anminfo.hxx')
-rw-r--r--sd/inc/anminfo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx
index 08224994a2ce..1c27e7745df1 100644
--- a/sd/inc/anminfo.hxx
+++ b/sd/inc/anminfo.hxx
@@ -39,7 +39,7 @@ public:
css::presentation::AnimationSpeed meSpeed; ///< Speed of the animation
bool mbActive; ///< turned on?
bool mbDimPrevious; ///< Object fade out
- bool const mbIsMovie; ///< if group object than it is a sequence of them.
+ bool mbIsMovie; ///< if group object than it is a sequence of them.
bool mbDimHide; ///< hide rather than dim
Color maBlueScreen; ///< identifies "background pixels"
Color maDimColor; ///< for fading the object
@@ -49,7 +49,7 @@ public:
css::presentation::ClickAction meClickAction; ///< Action at mouse click
css::presentation::AnimationEffect meSecondEffect; ///< for object fading.
css::presentation::AnimationSpeed meSecondSpeed; ///< for object fading.
- OUString const maSecondSoundFile; ///< for object fading.
+ OUString maSecondSoundFile; ///< for object fading.
bool mbSecondSoundOn; ///< for object fading.
bool mbSecondPlayFull; ///< for object fading.
sal_uInt16 mnVerb; ///< for OLE object