summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-07-09 23:11:56 +0900
committerMichael Meeks <michael.meeks@suse.com>2012-07-10 14:04:36 +0100
commit8f42220c6dfc49268f7e1b460a48d9f3d340c40b (patch)
tree0df756b814d8118e2d3379b5bac60a7636665d23 /sc/source/ui/docshell/impex.cxx
parent8089502118d3fe53007e95ff2ca87077c1fb3eab (diff)
removed deserted Lotus 1-2-3 export filter
which has never enabled so far since its birth at 2008 Change-Id: Ifd2e2f1108f44d5816783bf67f11e500eea0c170
Diffstat (limited to 'sc/source/ui/docshell/impex.cxx')
-rw-r--r--sc/source/ui/docshell/impex.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index e58782f1cc9a..abd719e8f218 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -2238,9 +2238,6 @@ class ScFormatFilterMissing : public ScFormatFilterPlugin {
virtual ScEEAbsImport *CreateHTMLImport( ScDocument*, const String&, const ScRange&, bool ) { return NULL; }
virtual String GetHTMLRangeNameList( ScDocument*, const String& ) { return String(); }
-#if ENABLE_LOTUS123_EXPORT
- virtual FltError ScExportLotus123( SvStream&, ScDocument*, ExportFormatLotus, CharSet ) RETURN_ERROR
-#endif
virtual FltError ScExportExcel5( SfxMedium&, ScDocument*, ExportFormatExcel, CharSet ) RETURN_ERROR
virtual FltError ScExportDif( SvStream&, ScDocument*, const ScAddress&, const CharSet, sal_uInt32 ) RETURN_ERROR
virtual FltError ScExportDif( SvStream&, ScDocument*, const ScRange&, const CharSet, sal_uInt32 ) RETURN_ERROR