New loplugin:dynexcspec: Add @throws documentation, xmlhelp
Change-Id: I8e3514d36efd8e346985eac31ad5bdf202a30586
This commit is contained in:
parent
7fca732554
commit
660ec54429
2 changed files with 3 additions and 1 deletions
|
@ -141,6 +141,7 @@ ContentProvider::getSupportedServiceNames()
|
||||||
return getSupportedServiceNames_Static();
|
return getSupportedServiceNames_Static();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// @throws uno::Exception
|
||||||
static uno::Reference< uno::XInterface > SAL_CALL
|
static uno::Reference< uno::XInterface > SAL_CALL
|
||||||
ContentProvider_CreateInstance(
|
ContentProvider_CreateInstance(
|
||||||
const uno::Reference< lang::XMultiServiceFactory> & rSMgr )
|
const uno::Reference< lang::XMultiServiceFactory> & rSMgr )
|
||||||
|
|
|
@ -109,7 +109,7 @@ namespace chelp {
|
||||||
class URLParameter
|
class URLParameter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
/// @throws css::ucb::IllegalIdentifierException
|
||||||
URLParameter( const OUString& aURL,
|
URLParameter( const OUString& aURL,
|
||||||
Databases* pDatabases )
|
Databases* pDatabases )
|
||||||
throw( css::ucb::IllegalIdentifierException );
|
throw( css::ucb::IllegalIdentifierException );
|
||||||
|
@ -218,6 +218,7 @@ namespace chelp {
|
||||||
|
|
||||||
void readHelpDataFile();
|
void readHelpDataFile();
|
||||||
|
|
||||||
|
/// @throws css::ucb::IllegalIdentifierException
|
||||||
void parse() throw( css::ucb::IllegalIdentifierException );
|
void parse() throw( css::ucb::IllegalIdentifierException );
|
||||||
|
|
||||||
bool scheme();
|
bool scheme();
|
||||||
|
|
Loading…
Reference in a new issue