summaryrefslogtreecommitdiff
path: root/include/sfx2/userinputinterception.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/userinputinterception.hxx')
-rw-r--r--include/sfx2/userinputinterception.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/userinputinterception.hxx b/include/sfx2/userinputinterception.hxx
index 00db6f1d06eb..7105b7050154 100644
--- a/include/sfx2/userinputinterception.hxx
+++ b/include/sfx2/userinputinterception.hxx
@@ -51,13 +51,13 @@ namespace sfx2
// delegator functions for your XUserInputInterception implementation
/// @throws css::uno::RuntimeException
- void addKeyHandler( const css::uno::Reference< css::awt::XKeyHandler >& xHandler ) throw (css::uno::RuntimeException);
+ void addKeyHandler( const css::uno::Reference< css::awt::XKeyHandler >& xHandler );
/// @throws css::uno::RuntimeException
- void removeKeyHandler( const css::uno::Reference< css::awt::XKeyHandler >& xHandler ) throw (css::uno::RuntimeException);
+ void removeKeyHandler( const css::uno::Reference< css::awt::XKeyHandler >& xHandler );
/// @throws css::uno::RuntimeException
- void addMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler ) throw (css::uno::RuntimeException);
+ void addMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler );
/// @throws css::uno::RuntimeException
- void removeMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler ) throw (css::uno::RuntimeException);
+ void removeMouseClickHandler( const css::uno::Reference< css::awt::XMouseClickHandler >& xHandler );
// state
bool hasKeyHandlers() const;