summaryrefslogtreecommitdiff
path: root/svtools/source/java/javainteractionhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/java/javainteractionhandler.cxx')
-rw-r--r--svtools/source/java/javainteractionhandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/java/javainteractionhandler.cxx b/svtools/source/java/javainteractionhandler.cxx
index 860f3e07971b..41e61413c0af 100644
--- a/svtools/source/java/javainteractionhandler.cxx
+++ b/svtools/source/java/javainteractionhandler.cxx
@@ -62,7 +62,6 @@ JavaInteractionHandler::~JavaInteractionHandler()
}
Any SAL_CALL JavaInteractionHandler::queryInterface(const Type& aType )
- throw (RuntimeException, std::exception)
{
if (aType == cppu::UnoType<XInterface>::get())
return Any( static_cast<XInterface*>(this), aType);
@@ -83,7 +82,7 @@ void SAL_CALL JavaInteractionHandler::release( ) throw ()
}
-void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionRequest >& Request ) throw (RuntimeException, std::exception)
+void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionRequest >& Request )
{
Any anyExc = Request->getRequest();
Sequence< Reference< XInteractionContinuation > > aSeqCont = Request->getContinuations();