summaryrefslogtreecommitdiff
path: root/soldep/bootstrp/dep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'soldep/bootstrp/dep.cxx')
-rw-r--r--soldep/bootstrp/dep.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/soldep/bootstrp/dep.cxx b/soldep/bootstrp/dep.cxx
index fb4edcc998bc..1178e1d09475 100644
--- a/soldep/bootstrp/dep.cxx
+++ b/soldep/bootstrp/dep.cxx
@@ -35,8 +35,8 @@ SByteExtStringList::~SByteExtStringList()
{
if (bDeleteStrings)
while( Count()) {
- delete GetObject((ULONG)0);
- Remove((ULONG)0);
+ delete GetObject((sal_uIntPtr)0);
+ Remove((sal_uIntPtr)0);
}
}
@@ -55,8 +55,8 @@ void VersionDepInfo::Clear()
/*****************************************************************************/
{
while( Count()) {
- delete GetObject((ULONG)0);
- Remove((ULONG)0);
+ delete GetObject((sal_uIntPtr)0);
+ Remove((sal_uIntPtr)0);
}
}