diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-27 09:47:43 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-27 09:47:43 +0100 |
commit | b1059dda828d9af805338a93217dc3546e96f675 (patch) | |
tree | dd95d9fa7a00c615c11a43efdbd1c3a3cced8679 /tools | |
parent | 3d6bbc02fdfe247245f71e23c4ca1e0feb8e11b1 (diff) |
removetooltypes01: #i112600# Fix build problem on Linux x64
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/inc/tools/globname.hxx | 2 | ||||
-rwxr-xr-x | tools/source/ref/globname.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/globname.hxx b/tools/inc/tools/globname.hxx index c2e44c5536ba..5dc2e6215de9 100755 --- a/tools/inc/tools/globname.hxx +++ b/tools/inc/tools/globname.hxx @@ -125,7 +125,7 @@ public: ~SvGlobalNameList(); void Append( const SvGlobalName & ); - SvGlobalName GetObject( sal_uInt32 ); + SvGlobalName GetObject( sal_uLong ); sal_Bool IsEntry( const SvGlobalName & rName ); sal_uInt32 Count() const { return aList.Count(); } private: diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx index 6f824c01b21c..22fd347eebdf 100755 --- a/tools/source/ref/globname.cxx +++ b/tools/source/ref/globname.cxx @@ -389,7 +389,7 @@ void SvGlobalNameList::Append( const SvGlobalName & rName ) /************************************************************************* |* SvGlobalNameList::GetObject() *************************************************************************/ -SvGlobalName SvGlobalNameList::GetObject( sal_uIntPtr nPos ) +SvGlobalName SvGlobalNameList::GetObject( sal_uLong nPos ) { return SvGlobalName( (ImpSvGlobalName *)aList.GetObject( nPos ) ); } |