summaryrefslogtreecommitdiff
path: root/configmgr/source/localbe/localdataimportsvc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localbe/localdataimportsvc.hxx')
-rw-r--r--configmgr/source/localbe/localdataimportsvc.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/source/localbe/localdataimportsvc.hxx b/configmgr/source/localbe/localdataimportsvc.hxx
index fa38aa702a..bd36ecdb9e 100644
--- a/configmgr/source/localbe/localdataimportsvc.hxx
+++ b/configmgr/source/localbe/localdataimportsvc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localdataimportsvc.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jb $ $Date: 2002-11-28 09:05:15 $
+ * last change: $Author: hr $ $Date: 2003-03-19 16:19:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,6 +73,9 @@
#include <osl/mutex.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
@@ -101,10 +104,10 @@ namespace configmgr
>
{
public:
- typedef uno::Reference< lang::XMultiServiceFactory > const & CreationArg;
+ typedef uno::Reference< uno::XComponentContext > const & CreationArg;
explicit
- LocalDataImportService(CreationArg _xServiceFactory);
+ LocalDataImportService(CreationArg _xContext);
~LocalDataImportService();
// XServiceInfo