summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/drviewsa.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewsa.cxx')
-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);
}
}