diff options
Diffstat (limited to 'sc/inc/strload.hxx')
-rw-r--r-- | sc/inc/strload.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/strload.hxx b/sc/inc/strload.hxx index 20367fc5c5e0..60d507441209 100644 --- a/sc/inc/strload.hxx +++ b/sc/inc/strload.hxx @@ -35,7 +35,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(); |