summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 07:57:26 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 07:57:26 +0000
commitb4d2c0a080df0dbddd9ee91c606fd43b793c3528 (patch)
treeaa63823ac3c5dea20b8290fc34a4107178903c3b /sc/inc/filter.hxx
parent699873bcef2fd6167e6e184e3c08d84cf6c10501 (diff)
INTEGRATION: CWS encryption (1.3.410); FILE MERGED
2004/03/23 17:37:49 dr 1.3.410.1: #115980# using interaction handler for passwords
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 9fe72b7469a5..5b45ee9a367f 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filter.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2001-07-20 18:34:25 $
+ * last change: $Author: obo $ $Date: 2004-08-11 08:57:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,8 +122,6 @@ enum ExportFormatExcel { ExpBiff2, ExpBiff3, ExpBiff4, ExpBiff4W, ExpBiff5 };
FltError ScImportLotus123( SfxMedium&, ScDocument*, CharSet eSrc = RTL_TEXTENCODING_DONTKNOW );
-FltError ScImportExcel( SvStream&, ScDocument* );
-
FltError ScImportExcel( SfxMedium&, ScDocument* );
FltError ScImportExcel( SfxMedium&, ScDocument*, const EXCIMPFORMAT );