summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 13:53:12 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commitc2238e16fd131c4e6d49960e8b3caf5ec6a3d001 (patch)
tree4b2faaf9176fc3b3b14f152ca34bf88fcc0604d3 /sd
parentdrop enum SvxViewHint::HintType (diff)
downloadcore-c2238e16fd131c4e6d49960e8b3caf5ec6a3d001.tar.gz
core-c2238e16fd131c4e6d49960e8b3caf5ec6a3d001.zip
convert SdrAnimationMode to scoped enum
Change-Id: I8a88a7ee538dab020e2ee08e4dce4b100f0bfa3b
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviewsa.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx
index 6e78e3e8c36f..12d946b6381b 100644
--- a/sd/source/ui/view/drviewsa.cxx
+++ b/sd/source/ui/view/drviewsa.cxx
@@ -362,7 +362,7 @@ void DrawViewShell::Shutdown()
if(SlideShow::IsRunning( GetViewShellBase() ) )
{
// Turn off effects.
- GetDrawView()->SetAnimationMode(SDR_ANIMATION_DISABLE);
+ GetDrawView()->SetAnimationMode(SdrAnimationMode::Disable);
}
}