summaryrefslogtreecommitdiff
path: root/uui/source/requeststringresolver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/requeststringresolver.hxx')
-rw-r--r--uui/source/requeststringresolver.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/uui/source/requeststringresolver.hxx b/uui/source/requeststringresolver.hxx
index e6dc745f2ab7..7a9bf0237623 100644
--- a/uui/source/requeststringresolver.hxx
+++ b/uui/source/requeststringresolver.hxx
@@ -45,21 +45,17 @@ private:
virtual ~UUIInteractionRequestStringResolver() override;
- virtual OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL supportsService(OUString const &
- rServiceName)
- throw (css::uno::RuntimeException, std::exception) override;
+ rServiceName) override;
virtual css::uno::Sequence< OUString > SAL_CALL
- getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) override;
+ getSupportedServiceNames() override;
virtual css::beans::Optional< OUString > SAL_CALL
getStringFromInformationalRequest(
- const css::uno::Reference< css::task::XInteractionRequest >& Request )
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::uno::Reference< css::task::XInteractionRequest >& Request ) override;
};
#endif // INCLUDED_UUI_SOURCE_REQUESTSTRINGRESOLVER_HXX