summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:04:46 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:04:46 +0000
commite508fd1ca69a5a2d52983714e314c2cdb47f5c64 (patch)
tree88e4ef4b4d680f88580d2cfd9e0e45c5cb380b1f
parentf0d7e22689280f4a46c1b78df8a3d7cbd83052e0 (diff)
INTEGRATION: CWS residcleanup (1.6.58); FILE MERGED
2007/02/28 20:46:08 pl 1.6.58.1: #i74635# no more ResMgr fallback
-rw-r--r--extensions/source/abpilot/tableselectionpage.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/abpilot/tableselectionpage.cxx b/extensions/source/abpilot/tableselectionpage.cxx
index 633b2cd44f68..0dbb3e238073 100644
--- a/extensions/source/abpilot/tableselectionpage.cxx
+++ b/extensions/source/abpilot/tableselectionpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tableselectionpage.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2006-12-01 17:34:54 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:04:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,8 +63,8 @@ namespace abp
//---------------------------------------------------------------------
TableSelectionPage::TableSelectionPage( OAddessBookSourcePilot* _pParent )
:AddressBookSourcePage(_pParent, ModuleRes(RID_PAGE_TABLESELECTION_AB))
- ,m_aLabel ( this, ResId( FL_TOOMUCHTABLES ) )
- ,m_aTableList ( this, ResId( LB_TABLELIST ) )
+ ,m_aLabel ( this, ModuleRes( FL_TOOMUCHTABLES ) )
+ ,m_aTableList ( this, ModuleRes( LB_TABLELIST ) )
{
FreeResource();