summaryrefslogtreecommitdiff
path: root/include/dbaccess/IController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r--include/dbaccess/IController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index f657fcf63852..2f3e0ba6ef3d 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -123,7 +123,7 @@ namespace dbaui
@throws css::uno::RuntimeException
*/
virtual css::uno::Reference< css::frame::XController >
- getXController() throw( css::uno::RuntimeException ) = 0;
+ getXController() = 0;
/** allows interception of user input, aka mouse clicks and key events
*/