summaryrefslogtreecommitdiff
path: root/desktop/source/splash/splash.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/splash/splash.hxx')
-rw-r--r--desktop/source/splash/splash.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx
index 813e17248a12..1561308dbb90 100644
--- a/desktop/source/splash/splash.hxx
+++ b/desktop/source/splash/splash.hxx
@@ -35,12 +35,12 @@ namespace com { namespace sun { namespace star {
namespace desktop { namespace splash {
-css::uno::Reference< css::uno::XInterface > SAL_CALL
+css::uno::Reference< css::uno::XInterface >
create( css::uno::Reference< css::uno::XComponentContext > const & );
-OUString SAL_CALL getImplementationName();
+OUString getImplementationName();
-css::uno::Sequence< OUString > SAL_CALL
+css::uno::Sequence< OUString >
getSupportedServiceNames();
} }