summaryrefslogtreecommitdiff
path: root/tools/inc/bootstrp/listmacr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/bootstrp/listmacr.hxx')
-rw-r--r--tools/inc/bootstrp/listmacr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/bootstrp/listmacr.hxx b/tools/inc/bootstrp/listmacr.hxx
index 8c678ff32275..a27f51cfdd4c 100644
--- a/tools/inc/bootstrp/listmacr.hxx
+++ b/tools/inc/bootstrp/listmacr.hxx
@@ -36,9 +36,9 @@ public: \
void ClearAndDelete() \
{ \
while ( Count()) { \
- PointerType pTmp = GetObject(( ULONG ) 0 ); \
+ PointerType pTmp = GetObject(( sal_uIntPtr ) 0 ); \
delete pTmp; \
- Remove(( ULONG ) 0 ); \
+ Remove(( sal_uIntPtr ) 0 ); \
} \
} \
~ListType() \