User: kz Date: 2008-03-07 11:23:10+0000 Modified: dba/dbaccess/source/ui/dlg/detailpages.hxx
Log: INTEGRATION: CWS textconnectionsettings (1.27.82); FILE MERGED 2008/03/05 12:55:51 fs 1.27.82.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.hxx?r1=1.28&r2=1.29 Delta lines: +4 -3 ------------------- --- detailpages.hxx 2008-03-05 17:00:11+0000 1.28 +++ detailpages.hxx 2008-03-07 11:23:07+0000 1.29 @@ -42,6 +42,9 @@ #ifndef _DBAUI_CHARSETS_HXX_ #include "charsets.hxx" #endif +#ifndef CHARSETLISTBOX_HXX +#include "charsetlistbox.hxx" +#endif #ifndef _SV_FIELD_HXX #include <vcl/field.hxx> #endif @@ -90,7 +93,7 @@ FixedLine* m_pDataConvertFixedLine; FixedText* m_pCharsetLabel; - ListBox* m_pCharset; + CharSetListBox* m_pCharset; FixedLine* m_pAutoFixedLine; CheckBox* m_pAutoRetrievingEnabled; @@ -99,8 +102,6 @@ FixedText* m_pAutoRetrievingLabel; Edit* m_pAutoRetrieving; - OCharsetDisplay m_aCharsets; - sal_uInt32 m_nControlFlags; public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
