INTEGRATION: CWS dba30b (1.4.128); FILE MERGED

2008/04/15 21:53:43 fs 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED
2008/02/26 08:29:02 fs 1.4.128.1: remove unused code
Issue number:  #i86305#
Submitted by:  cmc@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2008-05-05 14:26:58 +00:00
parent d10dad728f
commit aa01eb1bc2

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mip.cxx,v $
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@ -90,18 +90,6 @@ void MIP::join( const MIP& rMip )
inherit( rMip );
}
void MIP::set( const MIP& rMip )
{
*this = rMip;
}
bool MIP::hasInfo() const
{
return mbHasReadonly || mbHasRequired || mbHasRelevant
|| mbHasConstraint || mbHasCalculate || mbHasTypeName;
}
bool MIP::hasReadonly() const { return mbHasReadonly; }
bool MIP::isReadonly() const { return mbHasReadonly ? mbReadonly : mbHasCalculate; }
void MIP::setReadonly( bool b ) { mbHasReadonly = true; mbReadonly = b; }