summaryrefslogtreecommitdiff
path: root/cui/source/inc/colorpicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/colorpicker.hxx')
-rw-r--r--cui/source/inc/colorpicker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/colorpicker.hxx b/cui/source/inc/colorpicker.hxx
index b2b24ba0d7c0..53f0fa611142 100644
--- a/cui/source/inc/colorpicker.hxx
+++ b/cui/source/inc/colorpicker.hxx
@@ -36,13 +36,13 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace cui {
-OUString SAL_CALL ColorPicker_getImplementationName();
+OUString ColorPicker_getImplementationName();
-css::uno::Reference<css::uno::XInterface> SAL_CALL ColorPicker_createInstance(
+css::uno::Reference<css::uno::XInterface> ColorPicker_createInstance(
css::uno::Reference<css::uno::XComponentContext> const &);
/// @throws css::uno::RuntimeException
-css::uno::Sequence<OUString> SAL_CALL ColorPicker_getSupportedServiceNames();
+css::uno::Sequence<OUString> ColorPicker_getSupportedServiceNames();
}
#endif