diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 10:46:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-22 10:46:58 +0000 |
commit | 5c1dc778d6ce38d563462a76cdc454ed476cf15b (patch) | |
tree | e3224fdc1b57934532a49557a1ab2d778fff652e /comphelper/inc | |
parent | 700d04cf24c2889d0ce9333f47e843e76c367c37 (diff) |
remove some unused code
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/eventattachermgr.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/inc/comphelper/eventattachermgr.hxx b/comphelper/inc/comphelper/eventattachermgr.hxx index f534ba26dbe5..6d2d7f5bf493 100644 --- a/comphelper/inc/comphelper/eventattachermgr.hxx +++ b/comphelper/inc/comphelper/eventattachermgr.hxx @@ -53,13 +53,6 @@ namespace comphelper COMPHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::script::XEventAttacherManager > createEventAttacherManager( - const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XIntrospection > & rIntrospection, - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rSMgr ) - throw( ::com::sun::star::uno::Exception ); - - -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 ) throw( ::com::sun::star::uno::Exception ); |