summaryrefslogtreecommitdiff
path: root/uui/source/requeststringresolver.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:56 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:51 +0200
commit579d1f61b0300434801e9b37012254a506fc0230 (patch)
treeb3beb1f37b8035dfbe52505c99b6e45f59947f45 /uui/source/requeststringresolver.hxx
parent4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (diff)
uui: remove SAL_THROW macro
Change-Id: I72583c9d6c22621a30771ef8422370911d35000b
Diffstat (limited to 'uui/source/requeststringresolver.hxx')
-rw-r--r--uui/source/requeststringresolver.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/uui/source/requeststringresolver.hxx b/uui/source/requeststringresolver.hxx
index 3e720f48eaeb..7c6b4adb1c16 100644
--- a/uui/source/requeststringresolver.hxx
+++ b/uui/source/requeststringresolver.hxx
@@ -43,8 +43,7 @@ public:
createInstance(
com::sun::star::uno::Reference<
com::sun::star::lang::XMultiServiceFactory > const &
- rServiceFactory)
- SAL_THROW((com::sun::star::uno::Exception));
+ rServiceFactory);
private:
UUIInteractionHelper * m_pImpl;
@@ -55,10 +54,9 @@ private:
UUIInteractionRequestStringResolver(
com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext >
- const & rxContext)
- SAL_THROW(());
+ const & rxContext);
- virtual ~UUIInteractionRequestStringResolver() SAL_THROW(());
+ virtual ~UUIInteractionRequestStringResolver();
virtual OUString SAL_CALL getImplementationName()
throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;