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 1f0e9c7a8348..f7def58ab211 100644
--- a/sw/inc/swcalwrp.hxx
+++ b/sw/inc/swcalwrp.hxx
@@ -36,7 +36,7 @@
class SwCalendarWrapper : public CalendarWrapper
{
String sUniqueId;
- USHORT nLang;
+ sal_uInt16 nLang;
public:
SwCalendarWrapper( const ::com::sun::star::uno::Reference<
@@ -44,7 +44,7 @@ public:
: CalendarWrapper( xMSF ), nLang( LANGUAGE_SYSTEM )
{}
- void LoadDefaultCalendar( USHORT nLang );
+ void LoadDefaultCalendar( sal_uInt16 nLang );
};