summaryrefslogtreecommitdiff
path: root/basegfx/source/range/b3drange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/range/b3drange.cxx')
-rw-r--r--basegfx/source/range/b3drange.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basegfx/source/range/b3drange.cxx b/basegfx/source/range/b3drange.cxx
index 21ba72d9483d..ff6bceedb473 100644
--- a/basegfx/source/range/b3drange.cxx
+++ b/basegfx/source/range/b3drange.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
@@ -73,11 +73,11 @@ namespace basegfx
{
return rRange.isEmpty() ?
B3IRange() :
- B3IRange(fround(rRange.getMinX()),
- fround(rRange.getMinY()),
- fround(rRange.getMinZ()),
- fround(rRange.getMaxX()),
- fround(rRange.getMaxY()),
+ B3IRange(fround(rRange.getMinX()),
+ fround(rRange.getMinY()),
+ fround(rRange.getMinZ()),
+ fround(rRange.getMaxX()),
+ fround(rRange.getMaxY()),
fround(rRange.getMaxZ()));
}