summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
index 371f7058d1d6..0b37071fb644 100644
--- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx
+++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
@@ -305,7 +305,7 @@ double ActivityImpl::GetMixerState( sal_uInt32 nTime )
sal_uInt32 ActivityImpl::GetStepWidthLogic() const
{
// #i69847# Assuming higher DPI
- sal_uInt32 const PIXEL_TO_LOGIC = 30;
+ constexpr sal_uInt32 PIXEL_TO_LOGIC = 30;
sal_uInt32 nRetval(0);