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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/swcalwrp.hxx b/sw/inc/swcalwrp.hxx
index 8f7a4e484397..b136752d4825 100644
--- a/sw/inc/swcalwrp.hxx
+++ b/sw/inc/swcalwrp.hxx
@@ -34,6 +34,7 @@
#include <i18npool/lang.h>
#include <tools/string.hxx>
#include <unotools/calendarwrapper.hxx>
+#include <salhelper/singletonref.hxx>
class SwCalendarWrapper : public CalendarWrapper
{
@@ -42,7 +43,7 @@ class SwCalendarWrapper : public CalendarWrapper
public:
SwCalendarWrapper( const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > & xMSF )
+ ::com::sun::star::lang::XMultiServiceFactory > & xMSF = ::comphelper::getProcessServiceFactory() )
: CalendarWrapper( xMSF ), nLang( LANGUAGE_SYSTEM )
{}
@@ -50,7 +51,7 @@ public:
};
-extern SwCalendarWrapper* pCalendarWrapper;
+salhelper::SingletonRef<SwCalendarWrapper>* s_getCalendarWrapper();
#endif