INTEGRATION: CWS warnings01 (1.4.48); FILE MERGED

2006/04/07 20:55:36 sb 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED
2006/03/24 15:36:27 fs 1.4.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 02:28:57 +00:00
parent 07925d255d
commit 6533b6f86e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: TableWindowData.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: vg $ $Date: 2006-03-16 12:49:01 $
* last change: $Author: hr $ $Date: 2006-06-20 03:28:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -68,9 +68,9 @@ OTableWindowData::OTableWindowData()
//------------------------------------------------------------------------------
OTableWindowData::OTableWindowData( const ::rtl::OUString& _rComposedName, const ::rtl::OUString& rTableName, const ::rtl::OUString& rWinName )
:m_sComposedName(_rComposedName)
,m_aTableName( rTableName )
:m_aTableName( rTableName )
,m_aWinName( rWinName )
,m_sComposedName(_rComposedName)
,m_aPosition( Point(-1,-1) )
,m_aSize( Size(-1,-1) )
,m_bShowAll( TRUE )