summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:10:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:10:17 +0000
commit769900f2bc2b66a96bdf339b022bc75388a35447 (patch)
treeeb3f81b543c044c41cf560d282de51b8a894b447 /dbaccess/source/ui/dlg/tablespage.cxx
parent9f4c25310c72af490f335c0a315ec03bb29a893a (diff)
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)
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index e934ac859282..32c30f92bcdf 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tablespage.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 12:32:28 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:10:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,7 +150,7 @@ DBG_NAME(OTableSubscriptionPage)
: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 @@ DBG_NAME(OTableSubscriptionPage)
}
//------------------------------------------------------------------------
- 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 @@ DBG_NAME(OTableSubscriptionPage)
// not interested in
}
// -----------------------------------------------------------------------
- void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList)
+ void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& /*_rControlList*/)
{
}
// -----------------------------------------------------------------------