summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:22 +0100
commit4c81fe62c16b0ebc7f86ff589880169247584c8e (patch)
tree59ac6f4f3b5dbc03d4e839d386d7d3d39551319e /include/dbaccess
parentNew loplugin:dynexcspec: Add @throws documentation, desktop (diff)
downloadcore-4c81fe62c16b0ebc7f86ff589880169247584c8e.tar.gz
core-4c81fe62c16b0ebc7f86ff589880169247584c8e.zip
New loplugin:dynexcspec: Add @throws documentation, dbaccess
Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/IController.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx
index f19ca143a1c0..f657fcf63852 100644
--- a/include/dbaccess/IController.hxx
+++ b/include/dbaccess/IController.hxx
@@ -119,6 +119,8 @@ namespace dbaui
This must be the same model as returned by XController::getModel, and might be <NULL/> when
the controller does not have an own model.
+
+ @throws css::uno::RuntimeException
*/
virtual css::uno::Reference< css::frame::XController >
getXController() throw( css::uno::RuntimeException ) = 0;