summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:46:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:08 +0100
commit7fca7325543415e53e9db2a95e6a1ea5e77f429e (patch)
tree1b563a8dc50c4eb5429328c8238a6994853c5830 /include/xmloff
parent8ccd11e1ae7248071184bfbeb2bced9ce096d52b (diff)
New loplugin:dynexcspec: Add @throws documentation, xmloff
Change-Id: Idf9db7108514e91fb4fe3abeca55fbab844c770a
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/unoatrcn.hxx1
-rw-r--r--include/xmloff/xmlerror.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx
index dc9e34301637..b3c5af7e76e6 100644
--- a/include/xmloff/unoatrcn.hxx
+++ b/include/xmloff/unoatrcn.hxx
@@ -77,6 +77,7 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw( css::uno::RuntimeException, std::exception ) override;
+ /// @throws css::uno::Exception
friend css::uno::Reference< css::uno::XInterface > SvUnoAttributeContainer_CreateInstance( const css::uno::Reference< css::lang::XMultiServiceFactory > & rSMgr ) throw( css::uno::Exception );
};
diff --git a/include/xmloff/xmlerror.hxx b/include/xmloff/xmlerror.hxx
index 96cace370dd8..450961020616 100644
--- a/include/xmloff/xmlerror.hxx
+++ b/include/xmloff/xmlerror.hxx
@@ -131,6 +131,7 @@ public:
* throw a SAXParseException that describes the first error that matches
* the given mask
*/
+ /// @throws css::xml::sax::SAXParseException
void ThrowErrorAsSAXException( sal_Int32 nIdMask )
throw( css::xml::sax::SAXParseException );
};