diff options
-rw-r--r-- | basegfx/source/range/b2xrange.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/range/b2xrange.cxx b/basegfx/source/range/b2xrange.cxx index ec40c2538bb5..61434bf0bb4a 100644 --- a/basegfx/source/range/b2xrange.cxx +++ b/basegfx/source/range/b2xrange.cxx @@ -41,7 +41,7 @@ namespace basegfx // special-casing the empty rect case (this will fail most // of the times below, because of the DBL_MIN/MAX special - // values denoting emptyness in the rectangle. + // values denoting emptiness in the rectangle. if( a.isEmpty() ) { o_rRanges.push_back( b ); |