summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/colorpicker.hxx
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 /cui/source/inc/colorpicker.hxx
parentscripting: remove SAL_THROW macro (diff)
downloadcore-0e507ae031768deceab236a41d1bbe9fb5123cea.tar.gz
core-0e507ae031768deceab236a41d1bbe9fb5123cea.zip
various: remove SAL_THROW macro
Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
Diffstat (limited to 'cui/source/inc/colorpicker.hxx')
-rw-r--r--cui/source/inc/colorpicker.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/colorpicker.hxx b/cui/source/inc/colorpicker.hxx
index c5fe678bafbe..c6dfeebaa949 100644
--- a/cui/source/inc/colorpicker.hxx
+++ b/cui/source/inc/colorpicker.hxx
@@ -39,8 +39,7 @@ namespace cui {
OUString SAL_CALL ColorPicker_getImplementationName();
css::uno::Reference<css::uno::XInterface> SAL_CALL ColorPicker_createInstance(
- css::uno::Reference<css::uno::XComponentContext> const &)
- SAL_THROW((css::uno::Exception));
+ css::uno::Reference<css::uno::XComponentContext> const &);
css::uno::Sequence<OUString> SAL_CALL ColorPicker_getSupportedServiceNames()
throw (css::uno::RuntimeException);