diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 07:08:07 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-04-26 07:08:07 +0000 |
commit | 9196f90ed767b64ae9fb67747500a6486dab9d62 (patch) | |
tree | f15eb4a6c9d3e0e076121ff7c0980cbd8598fb71 /extensions/source/propctrlr/listselectiondlg.cxx | |
parent | 6529438be0e5f21c29396ae5e8ccf674207051bc (diff) |
INTEGRATION: CWS residcleanup (1.5.112); FILE MERGED
2007/02/28 20:46:11 pl 1.5.112.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions/source/propctrlr/listselectiondlg.cxx')
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx index 7c99a947a..9bd1fcfc8 100644 --- a/extensions/source/propctrlr/listselectiondlg.cxx +++ b/extensions/source/propctrlr/listselectiondlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listselectiondlg.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 13:19:16 $ + * last change: $Author: rt $ $Date: 2007-04-26 08:08:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,11 +75,11 @@ namespace pcr ListSelectionDialog::ListSelectionDialog( Window* _pParent, const Reference< XPropertySet >& _rxListBox, const ::rtl::OUString& _rPropertyName, const String& _rPropertyUIName ) :ModalDialog( _pParent, PcrRes( RID_DLG_SELECTION ) ) - ,m_aLabel ( this, ResId( FT_ENTRIES ) ) - ,m_aEntries ( this, ResId( LB_ENTRIES ) ) - ,m_aOK ( this, ResId( PB_OK ) ) - ,m_aCancel ( this, ResId( PB_CANCEL ) ) - ,m_aHelp ( this, ResId( PB_HELP ) ) + ,m_aLabel ( this, PcrRes( FT_ENTRIES ) ) + ,m_aEntries ( this, PcrRes( LB_ENTRIES ) ) + ,m_aOK ( this, PcrRes( PB_OK ) ) + ,m_aCancel ( this, PcrRes( PB_CANCEL ) ) + ,m_aHelp ( this, PcrRes( PB_HELP ) ) ,m_xListBox ( _rxListBox ) ,m_sPropertyName( _rPropertyName ) { |