User: hr Date: 06/06/19 20:01:33 Modified: /dba/dbaccess/source/ui/dlg/ CollectionView.cxx
Log: INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:08 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) 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&r2=1.5 Delta lines: +6 -6 ------------------- --- CollectionView.cxx 8 Sep 2005 14:43:03 -0000 1.4 +++ CollectionView.cxx 20 Jun 2006 03:01:31 -0000 1.5 @@ -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]
