summaryrefslogtreecommitdiff
path: root/configmgr/source/xml/writersvc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/xml/writersvc.hxx')
-rw-r--r--configmgr/source/xml/writersvc.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/configmgr/source/xml/writersvc.hxx b/configmgr/source/xml/writersvc.hxx
index e176702655..8a1e7215f0 100644
--- a/configmgr/source/xml/writersvc.hxx
+++ b/configmgr/source/xml/writersvc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: writersvc.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2002-05-28 15:42:54 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:20:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#include <cppuhelper/implbase4.hxx>
#endif
+#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
+#include <com/sun/star/uno/XComponentContext.hpp>
+#endif
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
@@ -113,11 +116,11 @@ namespace configmgr
>
{
public:
- typedef uno::Reference< lang::XMultiServiceFactory > const & CreationArg;
- typedef uno::Reference< lang::XMultiServiceFactory > ServiceFactory;
+ typedef uno::Reference< uno::XComponentContext > const & CreationArg;
+ typedef uno::Reference< lang::XMultiServiceFactory > ServiceFactory;
explicit
- WriterService(CreationArg _xServiceFactory);
+ WriterService(CreationArg _xContext);
// XInitialization
virtual void SAL_CALL