summaryrefslogtreecommitdiff
path: root/include/comphelper/eventattachermgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/eventattachermgr.hxx')
-rw-r--r--include/comphelper/eventattachermgr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/comphelper/eventattachermgr.hxx b/include/comphelper/eventattachermgr.hxx
index ec5071eed8d0..97e6dee6c1d5 100644
--- a/include/comphelper/eventattachermgr.hxx
+++ b/include/comphelper/eventattachermgr.hxx
@@ -43,8 +43,7 @@ namespace comphelper
/// @throws css::uno::Exception
COMPHELPER_DLLPUBLIC css::uno::Reference< css::script::XEventAttacherManager >
createEventAttacherManager(
- const css::uno::Reference< css::uno::XComponentContext > & rxContext )
- throw( css::uno::Exception );
+ const css::uno::Reference< css::uno::XComponentContext > & rxContext );
}