diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-11 18:00:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-11 18:00:18 +0200 |
commit | 6bb60dab6f901797dd062bd9e61a17ee0ca5ae92 (patch) | |
tree | 037989948536d0a94a2bd2b44e9e011aa3f6ffe6 /cui/source/uno/services.cxx | |
parent | d4b8fe32f5763cd3c768aa939178c099b0bf7a19 (diff) |
Clean up function declarations and some unused functions
Change-Id: I45ea22c86ea66c49fd86af2b5d0df060138f7e9a
Diffstat (limited to 'cui/source/uno/services.cxx')
-rw-r--r-- | cui/source/uno/services.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx index e9e798acd1f6..893388e9aeba 100644 --- a/cui/source/uno/services.cxx +++ b/cui/source/uno/services.cxx @@ -22,13 +22,9 @@ #include "cppuhelper/factory.hxx" #include <cppuhelper/implementationentry.hxx> -using namespace com::sun::star; +#include <colorpicker.hxx> -namespace cui { -extern OUString SAL_CALL ColorPicker_getImplementationName(); -extern uno::Reference< uno::XInterface > SAL_CALL ColorPicker_createInstance( uno::Reference< uno::XComponentContext > const & ) SAL_THROW( (uno::Exception) ); -extern uno::Sequence< OUString > SAL_CALL ColorPicker_getSupportedServiceNames() throw( uno::RuntimeException ); -} +using namespace com::sun::star; namespace { |