summaryrefslogtreecommitdiff
path: root/tools/inc/tools/inetmime.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/inetmime.hxx')
-rwxr-xr-x[-rw-r--r--]tools/inc/tools/inetmime.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/tools/inetmime.hxx b/tools/inc/tools/inetmime.hxx
index 4e8065f6264c..2408bf231665 100644..100755
--- a/tools/inc/tools/inetmime.hxx
+++ b/tools/inc/tools/inetmime.hxx
@@ -1426,17 +1426,17 @@ public:
void Clear();
- void Insert(INetContentTypeParameter * pParameter, ULONG nIndex)
+ void Insert(INetContentTypeParameter * pParameter, sal_uIntPtr nIndex)
{ List::Insert(pParameter, nIndex); }
- inline const INetContentTypeParameter * GetObject(ULONG nIndex) const;
+ inline const INetContentTypeParameter * GetObject(sal_uIntPtr nIndex) const;
const INetContentTypeParameter * find(const ByteString & rAttribute)
const;
};
inline const INetContentTypeParameter *
-INetContentTypeParameterList::GetObject(ULONG nIndex) const
+INetContentTypeParameterList::GetObject(sal_uIntPtr nIndex) const
{
return static_cast< INetContentTypeParameter * >(List::GetObject(nIndex));
}