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 007b445fa862..9b0e78166dcf 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -653,7 +653,7 @@ void SAL_CALL SlideshowImpl::disposing()
Help::EnableExtHelp();
showChildWindows();
- mnChildMask = 0UL;
+ mnChildMask = 0;
}
// show current window again
@@ -2321,7 +2321,7 @@ static const FncGetChildWindowId aShowChildren[] =
void SlideshowImpl::hideChildWindows()
{
- mnChildMask = 0UL;
+ mnChildMask = 0;
if( ANIMATIONMODE_SHOW == meAnimationMode )
{