summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/listselectiondlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-14 10:26:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-14 10:26:08 +0000
commit140fb8311f6c07b80dc30fdd7f2fad91b3a34390 (patch)
tree93e623a9d74f1e92715b75afffcedb82d95fcc5d /extensions/source/propctrlr/listselectiondlg.cxx
parente97bdb7ec6b46ec15510a25dcff509350eac8153 (diff)
INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED
2005/10/24 08:41:55 fs 1.3.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*
Diffstat (limited to 'extensions/source/propctrlr/listselectiondlg.cxx')
-rw-r--r--extensions/source/propctrlr/listselectiondlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx
index f892415d1..d7cc803e0 100644
--- a/extensions/source/propctrlr/listselectiondlg.cxx
+++ b/extensions/source/propctrlr/listselectiondlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listselectiondlg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:16:19 $
+ * last change: $Author: vg $ $Date: 2006-03-14 11:26:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,7 +71,7 @@ namespace pcr
//--------------------------------------------------------------------
ListSelectionDialog::ListSelectionDialog( Window* _pParent, const Reference< XPropertySet >& _rxListBox,
const ::rtl::OUString& _rPropertyName, const String& _rPropertyUIName )
- :ModalDialog( _pParent, ModuleRes( RID_DLG_SELECTION ) )
+ :ModalDialog( _pParent, PcrRes( RID_DLG_SELECTION ) )
,m_aLabel ( this, ResId( FT_ENTRIES ) )
,m_aEntries ( this, ResId( LB_ENTRIES ) )
,m_aOK ( this, ResId( PB_OK ) )