Tag: cws_src680_oj14 User: oj Date: 2006/07/04 01:01:25 Modified: dba/dbaccess/source/ui/dlg/tablespage.cxx
Log: RESYNC: (1.24-1.25); FILE MERGED 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.24.4.3&r2=1.24.4.4 Delta lines: +6 -6 ------------------- --- tablespage.cxx 25 Apr 2006 13:03:02 -0000 1.24.4.3 +++ tablespage.cxx 4 Jul 2006 08:01:23 -0000 1.24.4.4 @@ -148,7 +148,7 @@ :OGenericAdministrationPage( pParent, ModuleRes(PAGE_TABLESUBSCRIPTION), _rCoreAttrs ) ,OContainerListener( m_aNotifierMutex ) ,m_aTables (this, ResId(FL_SEPARATOR1)) - ,m_aTablesList (this, NULL,ResId(CTL_TABLESUBSCRIPTION),sal_False) + ,m_aTablesList (this, NULL,ResId(CTL_TABLESUBSCRIPTION),sal_True) ,m_aExplanation (this, ResId(FT_FILTER_EXPLANATION)) ,m_bCheckedAll ( sal_False ) ,m_bCatalogAtStart ( sal_True ) @@ -1008,7 +1008,7 @@ } //------------------------------------------------------------------------ - void OTableSubscriptionPage::_elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeException) + void OTableSubscriptionPage::_elementReplaced( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeException) { DBG_ERROR( "OTableSubscriptionPage::_elementReplaced: not implemented!" ); } @@ -1036,7 +1036,7 @@ // not interested in } // ----------------------------------------------------------------------- - void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) + void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& /*_rControlList*/) { } // ----------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
