diff options
author | Noel Grandin <noel@peralex.com> | 2014-06-05 08:16:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-06-05 08:17:52 +0200 |
commit | 0e507ae031768deceab236a41d1bbe9fb5123cea (patch) | |
tree | 34cc1626f1e8fa6d50d6edd88045be6252150f19 /ure | |
parent | db246b491c1639942d9f952658d33974e9b06201 (diff) |
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'ure')
-rw-r--r-- | ure/source/uretest/cppmain.cc | 1 | ||||
-rw-r--r-- | ure/source/uretest/cppserver.cc | 1 | ||||
-rw-r--r-- | ure/source/uretest/cpptest.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ure/source/uretest/cppmain.cc b/ure/source/uretest/cppmain.cc index 0ccf4abbd1b5..ab38ef99b6c7 100644 --- a/ure/source/uretest/cppmain.cc +++ b/ure/source/uretest/cppmain.cc @@ -207,7 +207,6 @@ namespace CppMain { css::uno::Reference< css::uno::XInterface > create( css::uno::Reference< css::uno::XComponentContext > const & context) - SAL_THROW((css::uno::Exception)) { try { return static_cast< ::cppu::OWeakObject * >(new Service(context)); diff --git a/ure/source/uretest/cppserver.cc b/ure/source/uretest/cppserver.cc index 13a64fc97ef2..69b33c3b9f6a 100644 --- a/ure/source/uretest/cppserver.cc +++ b/ure/source/uretest/cppserver.cc @@ -61,7 +61,6 @@ namespace CppServer { css::uno::Reference< css::uno::XInterface > create( css::uno::Reference< css::uno::XComponentContext > const &) - SAL_THROW((css::uno::Exception)) { try { return static_cast< ::cppu::OWeakObject * >(new Service); diff --git a/ure/source/uretest/cpptest.cc b/ure/source/uretest/cpptest.cc index 4e1bd350934b..d1f112dabd82 100644 --- a/ure/source/uretest/cpptest.cc +++ b/ure/source/uretest/cpptest.cc @@ -61,7 +61,6 @@ namespace CppTest { css::uno::Reference< css::uno::XInterface > create( css::uno::Reference< css::uno::XComponentContext > const &) - SAL_THROW((css::uno::Exception)) { try { return static_cast< cppu::OWeakObject * >(new Service); |