diff options
author | Eike Rathke <er@openoffice.org> | 2002-07-29 14:17:09 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-07-29 14:17:09 +0000 |
commit | c6bcb3b031273e5a578ff71140f9ab87a93181f7 (patch) | |
tree | 9f3d228dc4d0480ecaea13334c95d156e8ed7a49 /sc/source/ui/unoobj/filtuno.cxx | |
parent | 4612b2511d24f73a04c6e6a3d4d3a787b3c023e5 (diff) |
#100289# exclude subsets of RTL_TEXTENCODING_GB_18030 in import dialogs
Diffstat (limited to 'sc/source/ui/unoobj/filtuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/filtuno.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx index 16a795fc4d96..ffd3e75330d0 100644 --- a/sc/source/ui/unoobj/filtuno.cxx +++ b/sc/source/ui/unoobj/filtuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filtuno.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2002-07-17 17:15:45 $ + * last change: $Author: er $ $Date: 2002-07-29 15:14:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -272,7 +272,8 @@ sal_Int16 SAL_CALL ScFilterOptionsObj::execute() throw(uno::RuntimeException) ScImportOptions aOptions( cAsciiDel, cStrDel, eEncoding); ScImportOptionsDlg* pDlg = new ScImportOptionsDlg( NULL, bAscii, - &aOptions, &aTitle, bMultiByte, bDBEnc ); + &aOptions, &aTitle, bMultiByte, bDBEnc, + !bExport ); if ( pDlg->Execute() == RET_OK ) { |