summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/contenthandlerfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/contenthandlerfactory.hxx')
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index 1db718e12064..936b9dcb9db8 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -40,6 +40,8 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper1< BaseContain
//-------------------------------------------
// native interface
+ css::uno::Reference< css::uno::XComponentContext > m_xContext;
+
public:
//---------------------------------------
@@ -48,10 +50,10 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper1< BaseContain
/** @short standard ctor to connect this interface wrapper to
the global filter cache instance ...
- @param xSMGR
+ @param rxContext
reference to the uno service manager, which created this service instance.
*/
- ContentHandlerFactory(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
+ ContentHandlerFactory(const css::uno::Reference< css::uno::XComponentContext >& rxContext);
//---------------------------------------