summaryrefslogtreecommitdiff
path: root/svx/source/inc/stringlistresource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/stringlistresource.hxx')
-rw-r--r--svx/source/inc/stringlistresource.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/stringlistresource.hxx b/svx/source/inc/stringlistresource.hxx
index 2f7b60073200..5fdcfb320443 100644
--- a/svx/source/inc/stringlistresource.hxx
+++ b/svx/source/inc/stringlistresource.hxx
@@ -65,7 +65,7 @@ namespace svx
@return String
The string.
*/
- String getString( USHORT _nResId )
+ String getString( sal_uInt16 _nResId )
{
return String( ResId( _nResId, *m_pResMgr ) );
}