summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridwizard.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:06:32 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:06:32 +0000
commitd5ac9d8ffe658206356768934e094604e63335ed (patch)
tree6f4cbce0330314b97c4ee45921f5d111768d2ef8 /extensions/source/dbpilots/gridwizard.cxx
parent35e3a4303282e935b42c54ee5b9cbe78c4fe043e (diff)
INTEGRATION: CWS residcleanup (1.15.112); FILE MERGED
2007/02/28 20:46:10 pl 1.15.112.1: #i74635# no more ResMgr fallback
Diffstat (limited to 'extensions/source/dbpilots/gridwizard.cxx')
-rw-r--r--extensions/source/dbpilots/gridwizard.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/extensions/source/dbpilots/gridwizard.cxx b/extensions/source/dbpilots/gridwizard.cxx
index 6e29f9bd5c23..01c4a6df488b 100644
--- a/extensions/source/dbpilots/gridwizard.cxx
+++ b/extensions/source/dbpilots/gridwizard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwizard.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 12:59:42 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:06:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -331,15 +331,15 @@ namespace dbp
//---------------------------------------------------------------------
OGridFieldsSelection::OGridFieldsSelection( OGridWizard* _pParent )
:OGridPage(_pParent, ModuleRes(RID_PAGE_GW_FIELDSELECTION))
- ,m_aFrame (this, ResId(FL_FRAME))
- ,m_aExistFieldsLabel (this, ResId(FT_EXISTING_FIELDS))
- ,m_aExistFields (this, ResId(LB_EXISTING_FIELDS))
- ,m_aSelectOne (this, ResId(PB_FIELDRIGHT))
- ,m_aSelectAll (this, ResId(PB_ALLFIELDSRIGHT))
- ,m_aDeselectOne (this, ResId(PB_FIELDLEFT))
- ,m_aDeselectAll (this, ResId(PB_ALLFIELDSLEFT))
- ,m_aSelFieldsLabel (this, ResId(FT_SELECTED_FIELDS))
- ,m_aSelFields (this, ResId(LB_SELECTED_FIELDS))
+ ,m_aFrame (this, ModuleRes(FL_FRAME))
+ ,m_aExistFieldsLabel (this, ModuleRes(FT_EXISTING_FIELDS))
+ ,m_aExistFields (this, ModuleRes(LB_EXISTING_FIELDS))
+ ,m_aSelectOne (this, ModuleRes(PB_FIELDRIGHT))
+ ,m_aSelectAll (this, ModuleRes(PB_ALLFIELDSRIGHT))
+ ,m_aDeselectOne (this, ModuleRes(PB_FIELDLEFT))
+ ,m_aDeselectAll (this, ModuleRes(PB_ALLFIELDSLEFT))
+ ,m_aSelFieldsLabel (this, ModuleRes(FT_SELECTED_FIELDS))
+ ,m_aSelFields (this, ModuleRes(LB_SELECTED_FIELDS))
{
FreeResource();