User: hr Date: 06/06/19 20:10:20 Modified: /dba/dbaccess/source/ui/dlg/ tablespage.cxx
Log: INTEGRATION: CWS warnings01 (1.24.74); FILE MERGED 2006/03/24 15:36:13 fs 1.24.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) 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&r2=1.25 Delta lines: +3 -3 ------------------- --- tablespage.cxx 23 Sep 2005 12:32:28 -0000 1.24 +++ tablespage.cxx 20 Jun 2006 03:10:17 -0000 1.25 @@ -150,7 +150,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 ) @@ -1010,7 +1010,7 @@ } //------------------------------------------------------------------------ - void OTableSubscriptionPage::_elementReplaced( const ContainerEvent& _rEvent ) throw(RuntimeException) + void OTableSubscriptionPage::_elementReplaced( const ContainerEvent& /*_rEvent*/ ) throw(RuntimeException) { DBG_ERROR( "OTableSubscriptionPage::_elementReplaced: not implemented!" ); } @@ -1038,7 +1038,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]
