summaryrefslogtreecommitdiff
path: root/svtools/source/java/javacontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/java/javacontext.cxx')
-rw-r--r--svtools/source/java/javacontext.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/java/javacontext.cxx b/svtools/source/java/javacontext.cxx
index 82b76e34acac..abc1f94d8ec9 100644
--- a/svtools/source/java/javacontext.cxx
+++ b/svtools/source/java/javacontext.cxx
@@ -39,7 +39,6 @@ JavaContext::~JavaContext()
}
Any SAL_CALL JavaContext::queryInterface(const Type& aType )
- throw (RuntimeException, std::exception)
{
if (aType == cppu::UnoType<XInterface>::get())
return Any(Reference<XInterface>(static_cast<XInterface*>(this)));
@@ -59,7 +58,7 @@ void SAL_CALL JavaContext::release( ) throw ()
delete this;
}
-Any SAL_CALL JavaContext::getValueByName( const OUString& Name) throw (RuntimeException, std::exception)
+Any SAL_CALL JavaContext::getValueByName( const OUString& Name)
{
Any retVal;