diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:14:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:49 +0200 |
commit | 14ab8c3f1d5f11b4e61304a9f80eee1f87da7343 (patch) | |
tree | d07a6862b9aa977076a18a73fd557930c2d0945f /bridges/test | |
parent | 41e35159786a2bcad416e3541ba90a69b9d2f0db (diff) |
bridges: remove SAL_THROW macro
Change-Id: I2daafd711aedab17b6c13fde95c8af5f49d38a7c
Diffstat (limited to 'bridges/test')
-rw-r--r-- | bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx | 1 | ||||
-rw-r--r-- | bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx index 6657a05632f1..4a20eee6477e 100644 --- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx +++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx @@ -128,7 +128,6 @@ sal_Int32 Client::get() throw (css::uno::RuntimeException) { css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & context) - SAL_THROW((css::uno::Exception)) { return static_cast< cppu::OWeakObject * >(new Client(context)); } diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx index 7f8c675a1ae1..e119cd2b7366 100644 --- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx +++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx @@ -92,7 +92,6 @@ sal_Int32 Server::get() throw (css::uno::RuntimeException) { css::uno::Reference< css::uno::XInterface > SAL_CALL create( css::uno::Reference< css::uno::XComponentContext > const & context) - SAL_THROW((css::uno::Exception)) { return static_cast< cppu::OWeakObject * >(new Server(context)); } |