summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/serialnumberadapter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/serialnumberadapter.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/serialnumberadapter.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/serialnumberadapter.hxx b/xmlsecurity/source/xmlsec/serialnumberadapter.hxx
index 5fb4269b92fe..2eb976afdced 100644
--- a/xmlsecurity/source/xmlsec/serialnumberadapter.hxx
+++ b/xmlsecurity/source/xmlsec/serialnumberadapter.hxx
@@ -37,11 +37,10 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL create(
css::uno::Reference< css::uno::XComponentContext > const &);
/// @throws css::uno::RuntimeException
-OUString implementationName() throw (css::uno::RuntimeException);
+OUString implementationName();
/// @throws css::uno::RuntimeException
-css::uno::Sequence< OUString > serviceNames()
- throw (css::uno::RuntimeException);
+css::uno::Sequence< OUString > serviceNames();
} }