summaryrefslogtreecommitdiff
path: root/basegfx/source/range/b1drange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/range/b1drange.cxx')
-rw-r--r--basegfx/source/range/b1drange.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basegfx/source/range/b1drange.cxx b/basegfx/source/range/b1drange.cxx
index 5de4a342aab8..ff56ef032a8e 100644
--- a/basegfx/source/range/b1drange.cxx
+++ b/basegfx/source/range/b1drange.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
@@ -34,7 +34,7 @@
namespace basegfx
{
- B1DRange::B1DRange( const B1IRange& rRange ) :
+ B1DRange::B1DRange( const B1IRange& rRange ) :
maRange()
{
if( !rRange.isEmpty() )
@@ -46,7 +46,7 @@ namespace basegfx
B1IRange fround(const B1DRange& rRange)
{
- return rRange.isEmpty() ?
+ return rRange.isEmpty() ?
B1IRange() :
B1IRange( fround( rRange.getMinimum()),
fround( rRange.getMaximum()) );