summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlExport.cxx
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 /dbaccess/source/filter/xml/xmlExport.cxx
parent49f6e7fecd7d6dbac399881e6397ca550ba675c4 (diff)
New loplugin:dynexcspec: Add @throws documentation, dbaccess
Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
Diffstat (limited to 'dbaccess/source/filter/xml/xmlExport.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlExport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/filter/xml/xmlExport.cxx b/dbaccess/source/filter/xml/xmlExport.cxx
index cd1d864eedbd..069e1a97b692 100644
--- a/dbaccess/source/filter/xml/xmlExport.cxx
+++ b/dbaccess/source/filter/xml/xmlExport.cxx
@@ -67,14 +67,18 @@ namespace dbaxml
class ODBExportHelper
{
public:
+ /// @throws RuntimeException
static OUString SAL_CALL getImplementationName_Static( ) throw (RuntimeException);
+ /// @throws RuntimeException
static Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ) throw(RuntimeException);
static Reference< XInterface > SAL_CALL Create(const Reference< css::lang::XMultiServiceFactory >&);
};
class ODBFullExportHelper
{
public:
+ /// @throws RuntimeException
static OUString SAL_CALL getImplementationName_Static( ) throw (RuntimeException);
+ /// @throws RuntimeException
static Sequence< OUString > SAL_CALL getSupportedServiceNames_Static( ) throw(RuntimeException);
static Reference< XInterface > SAL_CALL Create(const Reference< css::lang::XMultiServiceFactory >&);
};