summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:47:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:08 +0100
commit660ec54429a02e522ea8321137cb0379c4d0ec59 (patch)
tree02cba3cc934991453555f54ee2f054b4b2e1b4c1 /xmlhelp
parent7fca7325543415e53e9db2a95e6a1ea5e77f429e (diff)
New loplugin:dynexcspec: Add @throws documentation, xmlhelp
Change-Id: I8e3514d36efd8e346985eac31ad5bdf202a30586
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx1
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.hxx3
2 files changed, 3 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index de116e5f41b6..0cd7c897b8ec 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -141,6 +141,7 @@ ContentProvider::getSupportedServiceNames()
return getSupportedServiceNames_Static();
}
+/// @throws uno::Exception
static uno::Reference< uno::XInterface > SAL_CALL
ContentProvider_CreateInstance(
const uno::Reference< lang::XMultiServiceFactory> & rSMgr )
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
index 289099991028..c2d67cafd413 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx
@@ -109,7 +109,7 @@ namespace chelp {
class URLParameter
{
public:
-
+ /// @throws css::ucb::IllegalIdentifierException
URLParameter( const OUString& aURL,
Databases* pDatabases )
throw( css::ucb::IllegalIdentifierException );
@@ -218,6 +218,7 @@ namespace chelp {
void readHelpDataFile();
+ /// @throws css::ucb::IllegalIdentifierException
void parse() throw( css::ucb::IllegalIdentifierException );
bool scheme();