summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-27 09:47:43 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-27 09:47:43 +0100
commitb1059dda828d9af805338a93217dc3546e96f675 (patch)
treedd95d9fa7a00c615c11a43efdbd1c3a3cced8679 /tools
parent3d6bbc02fdfe247245f71e23c4ca1e0feb8e11b1 (diff)
removetooltypes01: #i112600# Fix build problem on Linux x64
Diffstat (limited to 'tools')
-rwxr-xr-xtools/inc/tools/globname.hxx2
-rwxr-xr-xtools/source/ref/globname.cxx2
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 ) );
}