summaryrefslogtreecommitdiff
path: root/sw/inc/swcalwrp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swcalwrp.hxx')
-rw-r--r--sw/inc/swcalwrp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swcalwrp.hxx b/sw/inc/swcalwrp.hxx
index d6df4e36f512..0adf78ebf2fa 100644
--- a/sw/inc/swcalwrp.hxx
+++ b/sw/inc/swcalwrp.hxx
@@ -37,7 +37,7 @@
class SwCalendarWrapper : public CalendarWrapper
{
String sUniqueId;
- USHORT nLang;
+ sal_uInt16 nLang;
public:
SwCalendarWrapper( const ::com::sun::star::uno::Reference<
@@ -45,7 +45,7 @@ public:
: CalendarWrapper( xMSF ), nLang( LANGUAGE_SYSTEM )
{}
- void LoadDefaultCalendar( USHORT nLang );
+ void LoadDefaultCalendar( sal_uInt16 nLang );
};