summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/imoptdlg.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-08-14 09:21:43 +0000
committerEike Rathke <er@openoffice.org>2001-08-14 09:21:43 +0000
commit251e1195d0fd8b0b93ee67ffe7bdfc3f17b4e180 (patch)
treed1bfd463c1eabb36d623955f16008a268412397e /sc/source/ui/inc/imoptdlg.hxx
parent7808a417e47c4692ffb524734dab67f1e67a462c (diff)
#90761# text encodings from dbtools::OCharsetMap
Diffstat (limited to 'sc/source/ui/inc/imoptdlg.hxx')
-rw-r--r--sc/source/ui/inc/imoptdlg.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx
index f2d4cea14794..c469c8af659f 100644
--- a/sc/source/ui/inc/imoptdlg.hxx
+++ b/sc/source/ui/inc/imoptdlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imoptdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2001-05-31 12:59:41 $
+ * last change: $Author: er $ $Date: 2001-08-14 10:19:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,8 @@ public:
BOOL bAsciiImport = TRUE,
const ScImportOptions* pOptions = NULL,
const String* pStrTitle = NULL,
- BOOL bMultiByte = FALSE );
+ BOOL bMultiByte = FALSE,
+ BOOL bOnlyDbtoolsEncodings = FALSE );
~ScImportOptionsDlg();