INTEGRATION: CWS warnings01 (1.20.72); FILE MERGED

2006/05/24 00:01:10 sb 1.20.72.2: RESYNC: (1.20-1.21); FILE MERGED
2006/03/24 15:36:29 fs 1.20.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 02:31:32 +00:00
parent 0b74a89a47
commit c1207bf844

View file

@ -4,9 +4,9 @@
*
* $RCSfile: RelationTableView.cxx,v $
*
* $Revision: 1.21 $
* $Revision: 1.22 $
*
* last change: $Author: hr $ $Date: 2006-04-19 13:24:26 $
* last change: $Author: hr $ $Date: 2006-06-20 03:31:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -404,7 +404,7 @@ void ORelationTableView::AddNewRelation()
}
//------------------------------------------------------------------------------
::std::vector<OTableConnection*>::const_iterator ORelationTableView::RemoveConnection( OTableConnection* pConn ,sal_Bool _bDelete)
::std::vector<OTableConnection*>::const_iterator ORelationTableView::RemoveConnection( OTableConnection* pConn ,sal_Bool /*_bDelete*/)
{
DBG_CHKTHIS(ORelationTableView,NULL);
::std::vector<OTableConnection*>::const_iterator aNextPos = getTableConnections()->end();
@ -426,7 +426,7 @@ void ORelationTableView::AddNewRelation()
}
//------------------------------------------------------------------------------
void ORelationTableView::AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rWinName, BOOL bNewTable)
void ORelationTableView::AddTabWin(const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rWinName, BOOL /*bNewTable*/)
{
DBG_CHKTHIS(ORelationTableView,NULL);
OSL_ENSURE(_rComposedName.getLength(),"There must be a table name supplied!");