summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxexportfilter.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-12-01 10:59:18 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-12-01 11:01:53 +0100
commit08162021840608c05eec552a4fda461d2ec6d2ac (patch)
tree9dd021c63352252682d5e8c143d1ed1741e90d37 /sw/source/filter/ww8/docxexportfilter.cxx
parentaff20299c1860d800e3edc8fdd17afbaa33c6a88 (diff)
sw: remove unused UNO wrapper around old internal RTF import
Change-Id: I460f75d03a0af53da7523e290136126e95e01192
Diffstat (limited to 'sw/source/filter/ww8/docxexportfilter.cxx')
-rw-r--r--sw/source/filter/ww8/docxexportfilter.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/docxexportfilter.cxx b/sw/source/filter/ww8/docxexportfilter.cxx
index c04e32934230..8149b3649135 100644
--- a/sw/source/filter/ww8/docxexportfilter.cxx
+++ b/sw/source/filter/ww8/docxexportfilter.cxx
@@ -19,7 +19,6 @@
#include "docxexportfilter.hxx"
#include "rtfexportfilter.hxx"
-#include "rtfimportfilter.hxx"
#include "docxexport.hxx"
#include <docsh.hxx>
@@ -130,11 +129,6 @@ extern "C"
RtfExport_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
0, 0
},
- {
- RtfImport_createInstance, RtfImport_getImplementationName,
- RtfImport_getSupportedServiceNames, ::cppu::createSingleComponentFactory,
- 0, 0
- },
{ 0, 0, 0, 0, 0, 0 }
};