User: rt Date: 2007/04/26 01:01:50 Modified: dba/dbaccess/source/ui/dlg/tablespage.cxx
Log: INTEGRATION: CWS residcleanup (1.27.70); FILE MERGED 2007/02/26 22:58:50 pl 1.27.70.1: #i74635# no more ResMgr default File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: tablespage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/tablespage.cxx?r1=1.27&r2=1.28 Delta lines: +3 -3 ------------------- --- tablespage.cxx 5 Oct 2006 13:04:34 -0000 1.27 +++ tablespage.cxx 26 Apr 2007 08:01:48 -0000 1.28 @@ -149,9 +149,9 @@ OTableSubscriptionPage::OTableSubscriptionPage( Window* pParent, const SfxItemSet& _rCoreAttrs,OTableSubscriptionDialog* _pTablesDlg ) :OGenericAdministrationPage( pParent, ModuleRes(PAGE_TABLESUBSCRIPTION), _rCoreAttrs ) ,OContainerListener( m_aNotifierMutex ) - ,m_aTables (this, ResId(FL_SEPARATOR1)) - ,m_aTablesList (this, NULL,ResId(CTL_TABLESUBSCRIPTION),sal_True) - ,m_aExplanation (this, ResId(FT_FILTER_EXPLANATION)) + ,m_aTables (this, ModuleRes(FL_SEPARATOR1)) + ,m_aTablesList (this, NULL,ModuleRes(CTL_TABLESUBSCRIPTION),sal_True) + ,m_aExplanation (this, ModuleRes(FT_FILTER_EXPLANATION)) ,m_bCheckedAll ( sal_False ) ,m_bCatalogAtStart ( sal_True ) ,m_pTablesDlg(_pTablesDlg) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
