Kaydet (Commit) 916cbd94 authored tarafından Julien Nabet's avatar Julien Nabet

ANIMATIONMODE_VIEW can be removed

See http://nabble.documentfoundation.org/About-ANIMATIONMODE-VIEW-in-slideshow-module-td4106488.html

Change-Id: I0405e8ef41105a53ac056382aa6b32d2a573c170
üst 5994d609
......@@ -72,7 +72,6 @@ class FrameView;
enum AnimationMode
{
ANIMATIONMODE_SHOW,
ANIMATIONMODE_VIEW,
ANIMATIONMODE_PREVIEW
};
......
......@@ -2659,7 +2659,7 @@ void SlideshowImpl::resize( const Size& rSize )
{
maPresSize = rSize;
if( mpShowWindow && (ANIMATIONMODE_VIEW != meAnimationMode) )
if(mpShowWindow)
{
mpShowWindow->SetSizePixel( maPresSize );
mpShowWindow->Show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment