summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/animobjs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/animobjs.cxx')
-rw-r--r--sd/source/ui/dlg/animobjs.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx
index 79f23a01980d..b81471c1c584 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -811,11 +811,11 @@ void AnimationWindow::Resize()
// -----------------------------------------------------------------------
-sal_Bool AnimationWindow::Close()
+bool AnimationWindow::Close()
{
if( maPlayLock.isLocked() )
{
- return sal_False;
+ return false;
}
else
{
@@ -826,7 +826,7 @@ sal_Bool AnimationWindow::Close()
SfxDockingWindow::Close();
- return sal_True;
+ return true;
}
}
@@ -1132,7 +1132,7 @@ void AnimationWindow::CreateAnimObj (::sd::View& rView )
aAnimBmp.aSizePix = aBitmapSize;
aAnimBmp.nWait = nTime;
aAnimBmp.eDisposal = DISPOSE_BACK;
- aAnimBmp.bUserInput = sal_False;
+ aAnimBmp.bUserInput = false;
aAnimation.Insert( aAnimBmp );
aAnimation.SetDisplaySizePixel( aMaxSizePix );