summaryrefslogtreecommitdiff
path: root/inc/bf_svtools/ondemand.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'inc/bf_svtools/ondemand.hxx')
-rw-r--r--inc/bf_svtools/ondemand.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/bf_svtools/ondemand.hxx b/inc/bf_svtools/ondemand.hxx
index 3721fe53a..007891b6f 100644
--- a/inc/bf_svtools/ondemand.hxx
+++ b/inc/bf_svtools/ondemand.hxx
@@ -28,6 +28,7 @@
#include <unotools/calendarwrapper.hxx>
#include <unotools/collatorwrapper.hxx>
#include <com/sun/star/i18n/CollatorOptions.hpp>
+#include <comphelper/processfactory.hxx>
#include <unotools/transliterationwrapper.hxx>
#include <com/sun/star/i18n/TransliterationModules.hpp>
#include <unotools/nativenumberwrapper.hxx>
@@ -226,7 +227,7 @@ public:
if ( !bValid )
{
if ( !pPtr )
- pPtr = new CalendarWrapper( xSMgr );
+ pPtr = new CalendarWrapper( comphelper::getComponentContext( xSMgr ) );
pPtr->loadDefaultCalendar( aLocale );
bValid = true;
}