From 66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 15:42:54 +0100 Subject: Fix typo "sucessfully" -> "successfully" Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e --- sc/inc/filter.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc') diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx index 9ae32e70fa79..9c28498cfd88 100644 --- a/sc/inc/filter.hxx +++ b/sc/inc/filter.hxx @@ -88,9 +88,9 @@ class ScFormatFilterPlugin { virtual FltError ScImportQuattroPro( SfxMedium &rMedium, ScDocument *pDoc ) = 0; virtual FltError ScImportExcel( SfxMedium&, ScDocument*, const EXCIMPFORMAT ) = 0; // eFormat == EIF_AUTO -> matching filter is used automatically - // eFormat == EIF_BIFF5 -> only Biff5 stream is read sucessfully (in an Excel97 doc, too) - // eFormat == EIF_BIFF8 -> only Biff8 stream is read sucessfully (only in Excel97 docs) - // eFormat == EIF_BIFF_LE4 -> only non storage files _might_ be read sucessfully + // 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 FltError ScImportStarCalc10( SvStream&, ScDocument* ) = 0; virtual FltError ScImportDif( SvStream&, ScDocument*, const ScAddress& rInsPos, const CharSet eSrc = RTL_TEXTENCODING_DONTKNOW, sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0; -- cgit v1.2.3