summaryrefslogtreecommitdiff
path: root/cppu/qa/test_reference.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/test_reference.cxx')
-rw-r--r--cppu/qa/test_reference.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx
index 436fb4512cfa..15a926f50a9a 100644
--- a/cppu/qa/test_reference.cxx
+++ b/cppu/qa/test_reference.cxx
@@ -49,8 +49,7 @@ public:
Foo(const Foo&) = delete;
const Foo& operator=(const Foo&) = delete;
- virtual Any SAL_CALL queryInterface(const Type & _type)
- throw (RuntimeException, std::exception) override
+ virtual Any SAL_CALL queryInterface(const Type & _type) override
{
if (_type == cppu::UnoType<XInterface>::get())
{