diff options
Diffstat (limited to 'slideshow/source/engine/transitions/slidetransitionfactory.cxx')
-rw-r--r-- | slideshow/source/engine/transitions/slidetransitionfactory.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx index b1ae953e4c01..5b6ae3f0c74e 100644 --- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx +++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx @@ -257,8 +257,8 @@ private: // bool bool mbSuccess; - sal_Int16 mnTransitionType; - sal_Int16 mnTransitionSubType; + sal_Int16 const mnTransitionType; + sal_Int16 const mnTransitionSubType; uno::Reference<presentation::XTransitionFactory> mxFactory; }; @@ -474,7 +474,7 @@ public: double t ) override; private: - RGBColor maFadeColor; + RGBColor const maFadeColor; }; void CutSlideChange::prepareForRun( |