From 083360df1b33cb8538dd098dbaa498b2b62087ca Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 7 Nov 2017 21:02:44 +0000 Subject: ScImportStarCalc10 appears uncallable I can't see a mention of "StarCalc 1.0" anywhere in our code which might appear here as a filtername last mention of something like it is... commit cf8f6fe1f9d65eedbc6f4d65ce0fa88831830966 Author: Michael Stahl Date: Tue Feb 5 15:49:26 2013 +0100 officecfg: remove references to binfilter formats Change-Id: Ia6f9ab89489e33ca3680c150fd896035b8dee491 Reviewed-on: https://gerrit.libreoffice.org/44426 Tested-by: Jenkins Reviewed-by: Eike Rathke --- sc/inc/filter.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx index 04a0f4206985..5bef4a0e07d0 100644 --- a/sc/inc/filter.hxx +++ b/sc/inc/filter.hxx @@ -65,7 +65,6 @@ class SAL_DLLPUBLIC_RTTI ScFormatFilterPlugin { // eFormat == EIF_BIFF5 -> only Biff5 stream is read successfully (in an Excel97 doc, too) // eFormat == EIF_BIFF8 -> only Biff8 stream is read successfully (only in Excel97 docs) // eFormat == EIF_BIFF_LE4 -> only non storage files _might_ be read successfully - virtual ErrCode ScImportStarCalc10( SvStream&, ScDocument* ) = 0; virtual ErrCode ScImportDif( SvStream&, ScDocument*, const ScAddress& rInsPos, const rtl_TextEncoding eSrc ) = 0; virtual ErrCode ScImportRTF( SvStream&, const OUString& rBaseURL, ScDocument*, ScRange& rRange ) = 0; -- cgit