summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:42:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:42:54 +0100
commit66e5cbc55ab6923e651e1e3b32a7f26b5adaef90 (patch)
treec5000866762b2985895f9b0e4f309d22d1ba545e /sc
parentfe86d0ca5daeadd8bde74e27109bcb65402ce139 (diff)
Fix typo "sucessfully" -> "successfully"
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/filter.hxx6
1 files changed, 3 insertions, 3 deletions
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;