summaryrefslogtreecommitdiff
path: root/xmlscript/source/misc
diff options
context:
space:
mode:
authorYeliz Taneroğlu <yeliztaneroglu@gmail.com>2016-05-01 13:46:53 +0300
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 09:56:22 +0000
commitd46bfe13675735caf6d7fbf11ed2d1f5d30a49cd (patch)
tree8975dee375acc65791b226d100d52161deffe15c /xmlscript/source/misc
parent955ca134fd62f809efdf1ce87c8646586871597a (diff)
tdf#74608 Constructor function for XMLBasicExporter
Change-Id: Ib4721b3f67956a8da48851841ef86bb7b79df1e7 Reviewed-on: https://gerrit.libreoffice.org/24553 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r--xmlscript/source/misc/unoservices.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx
index 0773fa49298d..00ca4d074b93 100644
--- a/xmlscript/source/misc/unoservices.cxx
+++ b/xmlscript/source/misc/unoservices.cxx
@@ -32,11 +32,6 @@ namespace xmlscript
getSupportedServiceNames_DocumentHandlerImpl, ::cppu::createSingleComponentFactory,
nullptr, 0
},
- {
- create_XMLBasicExporter, getImplementationName_XMLBasicExporter,
- getSupportedServiceNames_XMLBasicExporter, ::cppu::createSingleComponentFactory,
- nullptr, 0
- },
{ nullptr, nullptr, nullptr, nullptr, nullptr, 0 }
};
}