User: obo Date: 05/07/08 03:39:26 Modified: /dba/dbaccess/source/ui/dlg/ generalpage.hxx
Log: INTEGRATION: CWS dba20blocker (1.13.134); FILE MERGED 2005/07/04 08:25:59 fs 1.13.134.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/23 15:22:37 fs 1.13.134.1: copying fix for #i45899# into this CWS File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: generalpage.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/generalpage.hxx?r1=1.14&r2=1.15 Delta lines: +2 -1 ------------------- --- generalpage.hxx 30 Jun 2005 16:33:40 -0000 1.14 +++ generalpage.hxx 8 Jul 2005 10:39:24 -0000 1.15 @@ -121,7 +121,8 @@ OpenDocumentButton m_aPB_OpenDocument; FixedText m_aTypePreLabel; FixedText m_aDatasourceTypeLabel; - ListBox m_aDatasourceType; + ::std::auto_ptr< ListBox > + m_pDatasourceType; FixedText m_aFTDataSourceAppendix; FixedText m_aTypePostLabel; FixedText m_aSpecialMessage; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
