summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/collatorwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/collatorwrapper.hxx')
-rw-r--r--unotools/inc/unotools/collatorwrapper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/inc/unotools/collatorwrapper.hxx b/unotools/inc/unotools/collatorwrapper.hxx
index 0752b653d8dc..c73be3518569 100644
--- a/unotools/inc/unotools/collatorwrapper.hxx
+++ b/unotools/inc/unotools/collatorwrapper.hxx
@@ -23,8 +23,8 @@
#include <com/sun/star/i18n/XCollator.hpp>
-namespace com { namespace sun { namespace star { namespace lang {
- class XMultiServiceFactory;
+namespace com { namespace sun { namespace star { namespace uno {
+ class XComponentContext;
}}}}
class UNOTOOLS_DLLPUBLIC CollatorWrapper
@@ -32,7 +32,7 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper
private:
::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory
+ ::com::sun::star::uno::XComponentContext
> mxServiceFactory;
::com::sun::star::uno::Reference<
@@ -43,7 +43,7 @@ class UNOTOOLS_DLLPUBLIC CollatorWrapper
CollatorWrapper (
const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory > &xServiceFactoryIn);
+ ::com::sun::star::uno::XComponentContext > &rxContext);
~CollatorWrapper();