summaryrefslogtreecommitdiff
path: root/idl/inc/basobj.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 09:32:03 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 09:32:03 +0100
commitd1b478f18dee26565d638054f54fabd5ac87c346 (patch)
tree3bc243bece2356bf97450ab0eeaf81fd3f5e6ce5 /idl/inc/basobj.hxx
parent7afd69a40182db58aef59502f78705ffaffd19c6 (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in idl
Diffstat (limited to 'idl/inc/basobj.hxx')
-rwxr-xr-xidl/inc/basobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index 60d12a69e6b5..32a05d2a4c6b 100755
--- a/idl/inc/basobj.hxx
+++ b/idl/inc/basobj.hxx
@@ -105,7 +105,7 @@ public:
#ifdef IDL_COMPILER
static void WriteTab( SvStream & rOutStm, sal_uInt16 nTab );
- static sal_Bool TestAndSeekSpaceOnly( SvStream &, sal_uIntPtr nBegPos );
+ static sal_Bool TestAndSeekSpaceOnly( SvStream &, sal_uLong nBegPos );
static void Back2Delemitter( SvStream & );
static void WriteStars( SvStream & );
@@ -136,7 +136,7 @@ public:
SvMetaObject * Pop() { return aList.Remove( aList.Count() -1 ); }
SvMetaObject * Top() const { return aList.GetObject( aList.Count() -1 ); }
void Clear() { aList.Clear(); }
- sal_uIntPtr Count() const { return aList.Count(); }
+ sal_uLong Count() const { return aList.Count(); }
SvMetaObject * Get( TypeId nType )
{