summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/asciiopt.cxx
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/dbgui/asciiopt.cxx
parent4612b2511d24f73a04c6e6a3d4d3a787b3c023e5 (diff)
#100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs
Diffstat (limited to 'sc/source/ui/dbgui/asciiopt.cxx')
-rw-r--r--sc/source/ui/dbgui/asciiopt.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx
index 4feea29b3085..c3328e5d818a 100644
--- a/sc/source/ui/dbgui/asciiopt.cxx
+++ b/sc/source/ui/dbgui/asciiopt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: asciiopt.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dr $ $Date: 2002-07-05 15:47:39 $
+ * last change: $Author: er $ $Date: 2002-07-29 15:14:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -670,8 +670,8 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName,
aEdOther.SetModifyHdl( aSeparatorHdl );
// *** text encoding ListBox ***
- // all encodings allowed, including Unicode
- aLbCharSet.FillFromTextEncodingTable();
+ // all encodings allowed, including Unicode, but subsets are excluded
+ aLbCharSet.FillFromTextEncodingTable( TRUE );
// Insert one "SYSTEM" entry for compatibility in AsciiOptions and system
// independent document linkage.
aLbCharSet.InsertTextEncoding( RTL_TEXTENCODING_DONTKNOW, aCharSetUser );