INTEGRATION: CWS aw019 (1.6.36); FILE MERGED

2004/10/06 11:14:08 aw 1.6.36.1: #i34831#
This commit is contained in:
Pascal Junck
2004-11-03 07:36:11 +00:00
parent ede6680848
commit 1f8de65901

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: basicrange.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: thb $ $Date: 2004-03-15 14:27:35 $
* last change: $Author: pjunck $ $Date: 2004-11-03 08:36:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,7 +189,7 @@ namespace basegfx
if(mnMinimum > mnMaximum)
{
// if yes, collapse to center
mnMinimum = mnMaximum = (mnMinimum + mnMaximum) / 2.0;
mnMinimum = mnMaximum = (mnMinimum + mnMaximum) / 2;
}
}
}