summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/imoptdlg.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-07-29 14:17:09 +0000
committerEike Rathke <er@openoffice.org>2002-07-29 14:17:09 +0000
commitc6bcb3b031273e5a578ff71140f9ab87a93181f7 (patch)
tree9f3d228dc4d0480ecaea13334c95d156e8ed7a49 /sc/source/ui/inc/imoptdlg.hxx
parent4612b2511d24f73a04c6e6a3d4d3a787b3c023e5 (diff)
#100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs
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 bbc8b6bce620..ae9c2dffa159 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: er $ $Date: 2002-07-17 17:11:23 $
+ * last change: $Author: er $ $Date: 2002-07-29 15:13:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,8 @@ public:
const ScImportOptions* pOptions = NULL,
const String* pStrTitle = NULL,
BOOL bMultiByte = FALSE,
- BOOL bOnlyDbtoolsEncodings = FALSE );
+ BOOL bOnlyDbtoolsEncodings = FALSE,
+ BOOL bImport = TRUE );
~ScImportOptionsDlg();