summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/constructors.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/bridgetest/constructors.cxx')
-rw-r--r--testtools/source/bridgetest/constructors.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index 1bc595c96f47..37135da953cf 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -437,7 +437,6 @@ OUString Impl2::fn12( const OUString& arg )
css::uno::Reference< css::uno::XInterface > SAL_CALL create(
SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
const &)
- SAL_THROW((css::uno::Exception))
{
return static_cast< ::cppu::OWeakObject * >(new Impl);
}
@@ -456,7 +455,6 @@ css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() {
css::uno::Reference< css::uno::XInterface > SAL_CALL create2(
SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
const &)
- SAL_THROW((css::uno::Exception))
{
return static_cast< ::cppu::OWeakObject * >(new Impl2);
}