summaryrefslogtreecommitdiff
path: root/configmgr/source/xml/parsersvc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/xml/parsersvc.hxx')
-rw-r--r--configmgr/source/xml/parsersvc.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/source/xml/parsersvc.hxx b/configmgr/source/xml/parsersvc.hxx
index b227a6098d..bc9ff1aa25 100644
--- a/configmgr/source/xml/parsersvc.hxx
+++ b/configmgr/source/xml/parsersvc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parsersvc.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2002-05-22 09:21:01 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:20:05 $
*
* 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
@@ -108,10 +111,10 @@ namespace configmgr
>
{
public:
- typedef uno::Reference< lang::XMultiServiceFactory > const & CreationArg;
+ typedef uno::Reference< uno::XComponentContext > const & CreationArg;
explicit
- ParserService(CreationArg _xServiceFactory);
+ ParserService(CreationArg _xContext);
// XInitialization
virtual void SAL_CALL