Kaydet (Commit) 6533b6f8 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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)
üst 07925d25
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment