summaryrefslogtreecommitdiff
path: root/basegfx/source/tuple/b2dtuple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tuple/b2dtuple.cxx')
-rw-r--r--basegfx/source/tuple/b2dtuple.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/tuple/b2dtuple.cxx b/basegfx/source/tuple/b2dtuple.cxx
index b9ecd40f0eff..1a227fb77833 100644
--- a/basegfx/source/tuple/b2dtuple.cxx
+++ b/basegfx/source/tuple/b2dtuple.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
@@ -42,9 +42,9 @@ namespace basegfx
return EmptyTuple::get();
}
- B2DTuple::B2DTuple(const B2ITuple& rTup)
- : mfX( rTup.getX() ),
- mfY( rTup.getY() )
+ B2DTuple::B2DTuple(const B2ITuple& rTup)
+ : mfX( rTup.getX() ),
+ mfY( rTup.getY() )
{}
void B2DTuple::correctValues(const double fCompareValue)