summaryrefslogtreecommitdiff
path: root/sc/inc/strload.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/strload.hxx')
-rw-r--r--sc/inc/strload.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/strload.hxx b/sc/inc/strload.hxx
index 6b44d8e4e3ef..311d8fe05b05 100644
--- a/sc/inc/strload.hxx
+++ b/sc/inc/strload.hxx
@@ -34,7 +34,7 @@
class ScRscStrLoader : public Resource
{
public:
- ScRscStrLoader( USHORT nRsc, USHORT nStrId ) :
+ ScRscStrLoader( sal_uInt16 nRsc, sal_uInt16 nStrId ) :
Resource( ScResId( nRsc ) ), theStr( ScResId( nStrId ) )
{
FreeResource();