diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:58:58 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:22 +0100 |
commit | 4c81fe62c16b0ebc7f86ff589880169247584c8e (patch) | |
tree | 59ac6f4f3b5dbc03d4e839d386d7d3d39551319e /dbaccess/source/ui/querydesign/querycontroller.cxx | |
parent | 49f6e7fecd7d6dbac399881e6397ca550ba675c4 (diff) |
New loplugin:dynexcspec: Add @throws documentation, dbaccess
Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
Diffstat (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index 8ec7a122ebf3..3aed34554651 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -112,10 +112,12 @@ namespace dbaui explicit OViewController(const Reference< XComponentContext >& _rM) : OQueryController(_rM){} // need by registration + /// @throws RuntimeException static OUString getImplementationName_Static() throw( RuntimeException ) { return OUString("org.openoffice.comp.dbu.OViewDesign"); } + /// @throws RuntimeException static Sequence< OUString > getSupportedServiceNames_Static() throw( RuntimeException ) { Sequence<OUString> aSupported { "com.sun.star.sdb.ViewDesign" }; |