summaryrefslogtreecommitdiffstats
path: root/bridges/test
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:14:15 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:49 +0200
commit14ab8c3f1d5f11b4e61304a9f80eee1f87da7343 (patch)
treed07a6862b9aa977076a18a73fd557930c2d0945f /bridges/test
parentcppu: remove SAL_THROW macro (diff)
downloadcore-14ab8c3f1d5f11b4e61304a9f80eee1f87da7343.tar.gz
core-14ab8c3f1d5f11b4e61304a9f80eee1f87da7343.zip
bridges: remove SAL_THROW macro
Change-Id: I2daafd711aedab17b6c13fde95c8af5f49d38a7c
Diffstat (limited to 'bridges/test')
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx1
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx1
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));
}