summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshowimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index e3d5a4c59c29..63b0c11d9967 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -662,7 +662,7 @@ void SAL_CALL SlideshowImpl::disposing()
Help::EnableExtHelp();
showChildWindows();
- mnChildMask = 0UL;
+ mnChildMask = 0;
}
// show current window again
@@ -2391,7 +2391,7 @@ static const FncGetChildWindowId aShowChildren[] =
void SlideshowImpl::hideChildWindows()
{
- mnChildMask = 0UL;
+ mnChildMask = 0;
if( ANIMATIONMODE_SHOW == meAnimationMode )
{