summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/CollectionView.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:55:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:55:22 +0000
commita5e8523194379341c98fdaba3800c3f17d29f794 (patch)
tree311039a6c9aa67f3989f95551efc83fcfcb77e57 /dbaccess/source/ui/dlg/CollectionView.cxx
parentINTEGRATION: CWS residcleanup (1.10.80); FILE MERGED (diff)
downloadcore-a5e8523194379341c98fdaba3800c3f17d29f794.tar.gz
core-a5e8523194379341c98fdaba3800c3f17d29f794.zip
INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED
2007/02/26 22:58:45 pl 1.7.80.1: #i74635# no more ResMgr default
Diffstat (limited to 'dbaccess/source/ui/dlg/CollectionView.cxx')
-rw-r--r--dbaccess/source/ui/dlg/CollectionView.cxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/dbaccess/source/ui/dlg/CollectionView.cxx b/dbaccess/source/ui/dlg/CollectionView.cxx
index 34de0ec1287a..5fe53ca2a03a 100644
--- a/dbaccess/source/ui/dlg/CollectionView.cxx
+++ b/dbaccess/source/ui/dlg/CollectionView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CollectionView.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:04:21 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:55:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,17 +129,17 @@ OCollectionView::OCollectionView( Window * pParent
,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)