summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/selectlabeldialog.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:08:29 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:08:29 +0000
commit81b593a0967225e5b7dbf8a637fe68df0a7dcb40 (patch)
treeeb59edb945e4abc5aedfac0c7cf03d0bf25444d8 /extensions/source/propctrlr/selectlabeldialog.cxx
parentfe736b1f4d67478fd837ab8262e0d11f44329384 (diff)
INTEGRATION: CWS residcleanup (1.7.112); FILE MERGED
2007/02/28 20:46:11 pl 1.7.112.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions/source/propctrlr/selectlabeldialog.cxx')
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/selectlabeldialog.cxx b/extensions/source/propctrlr/selectlabeldialog.cxx
index 42718c2ad68e..07e1c99dd461 100644
--- a/extensions/source/propctrlr/selectlabeldialog.cxx
+++ b/extensions/source/propctrlr/selectlabeldialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: selectlabeldialog.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:23:13 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:08:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,12 +91,12 @@ namespace pcr
//------------------------------------------------------------------------
OSelectLabelDialog::OSelectLabelDialog( Window* pParent, Reference< XPropertySet > _xControlModel )
:ModalDialog(pParent, PcrRes(RID_DLG_SELECTLABELCONTROL))
- ,m_aMainDesc(this, ResId(1))
- ,m_aControlTree(this, ResId(1))
- ,m_aNoAssignment(this, ResId(1))
- ,m_aSeparator(this, ResId(1))
- ,m_aOk(this, ResId(1))
- ,m_aCancel(this, ResId(1))
+ ,m_aMainDesc(this, PcrRes(1))
+ ,m_aControlTree(this, PcrRes(1))
+ ,m_aNoAssignment(this, PcrRes(1))
+ ,m_aSeparator(this, PcrRes(1))
+ ,m_aOk(this, PcrRes(1))
+ ,m_aCancel(this, PcrRes(1))
,m_aModelImages(PcrRes(RID_IL_FORMEXPLORER))
,m_xControlModel(_xControlModel)
,m_pInitialSelection(NULL)