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:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: basicrange.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -189,7 +189,7 @@ namespace basegfx
|
|||||||
if(mnMinimum > mnMaximum)
|
if(mnMinimum > mnMaximum)
|
||||||
{
|
{
|
||||||
// if yes, collapse to center
|
// if yes, collapse to center
|
||||||
mnMinimum = mnMaximum = (mnMinimum + mnMaximum) / 2.0;
|
mnMinimum = mnMaximum = (mnMinimum + mnMaximum) / 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user