diff options
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tuple/b2dtuple.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basegfx/source/tuple/b2dtuple.cxx b/basegfx/source/tuple/b2dtuple.cxx index 3af0598ef169..560504120ba1 100644 --- a/basegfx/source/tuple/b2dtuple.cxx +++ b/basegfx/source/tuple/b2dtuple.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dtuple.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 08:39:28 $ + * last change: $Author: rt $ $Date: 2004-11-26 18:41:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,6 +146,7 @@ namespace basegfx { return B2ITuple(fround(rTup.getX()), fround(rTup.getY())); } + } // end of namespace basegfx // eof |