summaryrefslogtreecommitdiff
path: root/ure/source/uretest/cpptest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ure/source/uretest/cpptest.cc')
-rw-r--r--ure/source/uretest/cpptest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/ure/source/uretest/cpptest.cc b/ure/source/uretest/cpptest.cc
index d1f112dabd82..c42270e0c381 100644
--- a/ure/source/uretest/cpptest.cc
+++ b/ure/source/uretest/cpptest.cc
@@ -42,9 +42,7 @@ class Service: public cppu::WeakImplHelper1< test::types::XTest > {
public:
Service() {}
- virtual void SAL_CALL throwException()
- throw (test::types::TestException, css::uno::RuntimeException)
- {
+ virtual void SAL_CALL throwException() {
throw test::types::TestException(
rtl::OUString("test"),
static_cast< cppu::OWeakObject * >(this));