summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/eventattachermgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/eventattachermgr.hxx')
-rw-r--r--comphelper/inc/comphelper/eventattachermgr.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/comphelper/inc/comphelper/eventattachermgr.hxx b/comphelper/inc/comphelper/eventattachermgr.hxx
index 2366dc687e67..a525e7c4ea54 100644
--- a/comphelper/inc/comphelper/eventattachermgr.hxx
+++ b/comphelper/inc/comphelper/eventattachermgr.hxx
@@ -26,9 +26,7 @@
namespace com { namespace sun { namespace star {
namespace uno {
class Exception;
-}
-namespace lang {
- class XMultiServiceFactory;
+ class XComponentContext;
}
namespace script {
class XEventAttacherManager;
@@ -44,7 +42,7 @@ namespace comphelper
COMPHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::script::XEventAttacherManager >
createEventAttacherManager(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rSMgr )
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & rxContext )
throw( ::com::sun::star::uno::Exception );
}