summaryrefslogtreecommitdiff
path: root/tools/source/rc/resary.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/resary.cxx')
-rw-r--r--tools/source/rc/resary.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index f3d49f053c96..77f3ee74ecf3 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.cxx
@@ -49,7 +49,7 @@ ResStringArray::~ResStringArray()
{
}
-sal_uInt32 ResStringArray::FindIndex( long nValue ) const
+sal_uInt32 ResStringArray::FindIndex( sal_IntPtr nValue ) const
{
const sal_uInt32 nItems = m_aStrings.size();
for ( sal_uInt32 i = 0; i < nItems; i++ )