summaryrefslogtreecommitdiff
path: root/basegfx/source/tuple/b3dtuple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tuple/b3dtuple.cxx')
-rw-r--r--basegfx/source/tuple/b3dtuple.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/tuple/b3dtuple.cxx b/basegfx/source/tuple/b3dtuple.cxx
index c825adb3ac09..fa505b1eede1 100644
--- a/basegfx/source/tuple/b3dtuple.cxx
+++ b/basegfx/source/tuple/b3dtuple.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
@@ -41,10 +41,10 @@ namespace basegfx
return EmptyTuple::get();
}
- B3DTuple::B3DTuple(const B3ITuple& rTup)
- : mfX( rTup.getX() ),
+ B3DTuple::B3DTuple(const B3ITuple& rTup)
+ : mfX( rTup.getX() ),
mfY( rTup.getY() ),
- mfZ( rTup.getZ() )
+ mfZ( rTup.getZ() )
{}
B3ITuple fround(const B3DTuple& rTup)