summaryrefslogtreecommitdiff
path: root/uui/source/interactionhandler.cxx
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/interactionhandler.cxx
parent4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc (diff)
uui: remove SAL_THROW macro
Change-Id: I72583c9d6c22621a30771ef8422370911d35000b
Diffstat (limited to 'uui/source/interactionhandler.cxx')
-rw-r--r--uui/source/interactionhandler.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/interactionhandler.cxx b/uui/source/interactionhandler.cxx
index 225ff82c0036..4cb9c523f458 100644
--- a/uui/source/interactionhandler.cxx
+++ b/uui/source/interactionhandler.cxx
@@ -46,10 +46,9 @@ private:
public:
UUIInteractionHandler(com::sun::star::uno::Reference<
com::sun::star::uno::XComponentContext >
- const & rxContext)
- SAL_THROW(());
+ const & rxContext);
- virtual ~UUIInteractionHandler() SAL_THROW(());
+ virtual ~UUIInteractionHandler();
virtual OUString SAL_CALL getImplementationName()
throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -83,7 +82,6 @@ public:
UUIInteractionHandler::UUIInteractionHandler(
uno::Reference< uno::XComponentContext > const &
rxContext)
- SAL_THROW(())
: m_pImpl(new UUIInteractionHelper(rxContext))
{
}