summaryrefslogtreecommitdiffstats
path: root/cppu/qa/test_reference.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-27 08:38:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-27 08:39:30 +0100
commitc6d114be1fcf9f73c638e52f33278ca3dd53e2aa (patch)
tree2698ef0771c70af27d18d3073b88e10e9bd0e43c /cppu/qa/test_reference.cxx
parentfdo#73159 Make back border dialog work again (diff)
downloadcore-c6d114be1fcf9f73c638e52f33278ca3dd53e2aa.tar.gz
core-c6d114be1fcf9f73c638e52f33278ca3dd53e2aa.zip
std::exception retrofit sequel
Change-Id: Ide9234c50592fe4f12eb1f6ea836ad60ce4697df
Diffstat (limited to 'cppu/qa/test_reference.cxx')
-rw-r--r--cppu/qa/test_reference.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx
index ab3bac5f6745..e49c31620124 100644
--- a/cppu/qa/test_reference.cxx
+++ b/cppu/qa/test_reference.cxx
@@ -48,7 +48,7 @@ public:
}
virtual Any SAL_CALL queryInterface(const Type & _type)
- throw (RuntimeException)
+ throw (RuntimeException, std::exception)
{
Any aInterface;
if (_type == getCppuType< Reference< XInterface > >())