Tag: cws_src680_oj14 User: oj Date: 2006/07/04 00:53:38 Modified: dba/dbaccess/source/ui/dlg/CollectionView.cxx
Log: RESYNC: (1.4-1.5); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: CollectionView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/CollectionView.cxx?r1=1.4.8.2&r2=1.4.8.3 Delta lines: +9 -9 ------------------- --- CollectionView.cxx 20 Mar 2006 07:48:19 -0000 1.4.8.2 +++ CollectionView.cxx 4 Jul 2006 07:53:36 -0000 1.4.8.3 @@ -126,16 +126,16 @@ ,const ::rtl::OUString& _sDefaultName ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _xORB) : ModalDialog( pParent, ModuleRes(DLG_COLLECTION_VIEW)) + , m_aFTCurrentPath( this, ResId( FT_EXPLORERFILE_CURRENTPATH ) ) + , m_aNewFolder( this, ResId( BTN_EXPLORERFILE_NEWFOLDER ) ) + , m_aUp( this, ResId( BTN_EXPLORERFILE_UP ) ) , m_aView( this, ResId( CTRL_VIEW ) ,FILEVIEW_SHOW_TITLE ) + , m_aFTName( this, ResId( FT_EXPLORERFILE_FILENAME ) ) + , m_aName( this, ResId( ED_EXPLORERFILE_FILENAME ) ) + , m_aFL( this, ResId( FL_1 ) ) , m_aPB_OK( this, ResId( BTN_EXPLORERFILE_SAVE ) ) , m_aPB_CANCEL( this, ResId( PB_CANCEL ) ) , m_aPB_HELP( this, ResId( PB_HELP ) ) - , m_aName( this, ResId( ED_EXPLORERFILE_FILENAME ) ) - , m_aFTCurrentPath( this, ResId( FT_EXPLORERFILE_CURRENTPATH ) ) - , m_aFTName( this, ResId( FT_EXPLORERFILE_FILENAME ) ) - , m_aNewFolder( this, ResId( BTN_EXPLORERFILE_NEWFOLDER ) ) - , m_aFL( this, ResId( FL_1 ) ) - , m_aUp( this, ResId( BTN_EXPLORERFILE_UP ) ) , m_sPath( ResId( STR_PATHNAME ) ) , m_xContent(_xContent) , m_xORB(_xORB) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
