summaryrefslogtreecommitdiffstats
path: root/configmgr/source/services.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:16:59 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:52 +0200
commit0e507ae031768deceab236a41d1bbe9fb5123cea (patch)
tree34cc1626f1e8fa6d50d6edd88045be6252150f19 /configmgr/source/services.cxx
parentscripting: remove SAL_THROW macro (diff)
downloadcore-0e507ae031768deceab236a41d1bbe9fb5123cea.tar.gz
core-0e507ae031768deceab236a41d1bbe9fb5123cea.zip
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r--configmgr/source/services.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index fb667e466b62..7d50d970be96 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -41,7 +41,6 @@ namespace {
css::uno::Reference< css::uno::XInterface > SAL_CALL dummy(
SAL_UNUSED_PARAMETER css::uno::Reference< css::uno::XComponentContext >
const &)
- SAL_THROW((css::uno::Exception))
{
assert(false);
return css::uno::Reference< css::uno::XInterface >();