summaryrefslogtreecommitdiff
path: root/basegfx/source/range/b2drange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/range/b2drange.cxx')
-rw-r--r--basegfx/source/range/b2drange.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/range/b2drange.cxx b/basegfx/source/range/b2drange.cxx
index d79adafaea27..6121fa2f60a5 100644
--- a/basegfx/source/range/b2drange.cxx
+++ b/basegfx/source/range/b2drange.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
namespace basegfx
{
- B2DRange::B2DRange( const B2IRange& rRange ) :
+ B2DRange::B2DRange( const B2IRange& rRange ) :
maRangeX(),
maRangeY()
{
@@ -67,7 +67,7 @@ namespace basegfx
{
return rRange.isEmpty() ?
B2IRange() :
- B2IRange(fround(rRange.getMinimum()),
+ B2IRange(fround(rRange.getMinimum()),
fround(rRange.getMaximum()));
}
} // end of namespace basegfx