Tag: cws_src680_dba24 User: oj Date: 05/02/27 23:56:21 Modified: /dba/dbaccess/source/ui/dlg/ TextConnectionHelper.cxx
Log: #i43624# correct the header line in none wizard mode File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: TextConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/TextConnectionHelper.cxx?r1=1.2.48.1&r2=1.2.48.2 Delta lines: +3 -3 ------------------- --- TextConnectionHelper.cxx 28 Feb 2005 07:30:26 -0000 1.2.48.1 +++ TextConnectionHelper.cxx 28 Feb 2005 07:56:18 -0000 1.2.48.2 @@ -2,9 +2,9 @@ * * $RCSfile: TextConnectionHelper.cxx,v $ * - * $Revision: 1.2.48.1 $ + * $Revision: 1.2.48.2 $ * - * last change: $Author: oj $ $Date: 2005/02/28 07:30:26 $ + * last change: $Author: oj $ $Date: 2005/02/28 07:56:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -305,7 +305,7 @@ SFX_ITEMSET_GET(_rSet, pExtensionItem, SfxStringItem, DSID_TEXTFILEEXTENSION, sal_True); if (_bValid) { - if (m_bWizardMode) + if (!m_bWizardMode) { SFX_ITEMSET_GET(_rSet, pHdrItem, SfxBoolItem, DSID_TEXTFILEHEADER, sal_True); m_aHeader.Check( pHdrItem->GetValue() ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
