User: rt Date: 2007/04/26 00:55:25 Modified: dba/dbaccess/source/ui/dlg/CollectionView.cxx
Log: INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED 2007/02/26 22:58:45 pl 1.7.80.1: #i74635# no more ResMgr default 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.7&r2=1.8 Delta lines: +11 -11 --------------------- --- CollectionView.cxx 17 Sep 2006 07:04:21 -0000 1.7 +++ CollectionView.cxx 26 Apr 2007 07:55:22 -0000 1.8 @@ -129,17 +129,17 @@ ,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_sPath( ResId( STR_PATHNAME ) ) + , m_aFTCurrentPath( this, ModuleRes( FT_EXPLORERFILE_CURRENTPATH ) ) + , m_aNewFolder( this, ModuleRes( BTN_EXPLORERFILE_NEWFOLDER ) ) + , m_aUp( this, ModuleRes( BTN_EXPLORERFILE_UP ) ) + , m_aView( this, ModuleRes( CTRL_VIEW ) ,FILEVIEW_SHOW_TITLE ) + , m_aFTName( this, ModuleRes( FT_EXPLORERFILE_FILENAME ) ) + , m_aName( this, ModuleRes( ED_EXPLORERFILE_FILENAME ) ) + , m_aFL( this, ModuleRes( FL_1 ) ) + , m_aPB_OK( this, ModuleRes( BTN_EXPLORERFILE_SAVE ) ) + , m_aPB_CANCEL( this, ModuleRes( PB_CANCEL ) ) + , m_aPB_HELP( this, ModuleRes( PB_HELP ) ) + , m_sPath( ModuleRes( STR_PATHNAME ) ) , m_xContent(_xContent) , m_xORB(_xORB) , m_bCreateForm(sal_True) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
