summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc_animations.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/drawdoc_animations.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/core/drawdoc_animations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc_animations.cxx b/sd/source/core/drawdoc_animations.cxx
index 3a994ffc0655..08e90315f1ca 100644..100755
--- a/sd/source/core/drawdoc_animations.cxx
+++ b/sd/source/core/drawdoc_animations.cxx
@@ -41,7 +41,7 @@ void SdDrawDocument::ReplacePageInCustomShows( const SdPage* pOldPage, const SdP
{
if ( mpCustomShowList )
{
- for (ULONG i = 0; i < mpCustomShowList->Count(); i++)
+ for (sal_uLong i = 0; i < mpCustomShowList->Count(); i++)
{
SdCustomShow* pCustomShow = (SdCustomShow*) mpCustomShowList->GetObject(i);
if( pNewPage == 0 )