summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-11 23:29:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 23:29:36 +0200
commit115b2958125cf71d1d9283bbf411827348105fdb (patch)
treeb711ccb82faf5db5f096b79b22ee389273b6dc0b /xmlscript/source/misc
parente98e738a82885b6e7fb643bf407e504fe095803e (diff)
Clean up function declarations
Change-Id: If482545f87a9b0c066f91639c55b73bee4d01b5c
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r--xmlscript/source/misc/unoservices.cxx32
1 files changed, 2 insertions, 30 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index 78f165446e10..2b9e43c3828e 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -19,41 +19,13 @@
#include <cppuhelper/implementationentry.hxx>
+#include <unoservices.hxx>
+
using namespace ::rtl;
using namespace ::com::sun::star::uno;
namespace xmlscript
{
- Sequence< OUString > SAL_CALL getSupportedServiceNames_DocumentHandlerImpl();
- OUString SAL_CALL getImplementationName_DocumentHandlerImpl();
- Reference< XInterface > SAL_CALL create_DocumentHandlerImpl(
- Reference< XComponentContext > const & xContext )
- SAL_THROW( (Exception) );
-
- Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLBasicExporter();
- OUString SAL_CALL getImplementationName_XMLBasicExporter();
- Reference< XInterface > SAL_CALL create_XMLBasicExporter(
- Reference< XComponentContext > const & xContext )
- SAL_THROW( (Exception) );
-
- Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLOasisBasicExporter();
- OUString SAL_CALL getImplementationName_XMLOasisBasicExporter();
- Reference< XInterface > SAL_CALL create_XMLOasisBasicExporter(
- Reference< XComponentContext > const & xContext )
- SAL_THROW( (Exception) );
-
- Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLBasicImporter();
- OUString SAL_CALL getImplementationName_XMLBasicImporter();
- Reference< XInterface > SAL_CALL create_XMLBasicImporter(
- Reference< XComponentContext > const & xContext )
- SAL_THROW( (Exception) );
-
- Sequence< OUString > SAL_CALL getSupportedServiceNames_XMLOasisBasicImporter();
- OUString SAL_CALL getImplementationName_XMLOasisBasicImporter();
- Reference< XInterface > SAL_CALL create_XMLOasisBasicImporter(
- Reference< XComponentContext > const & xContext )
- SAL_THROW( (Exception) );
-
static const struct ::cppu::ImplementationEntry s_entries [] =
{
{