summaryrefslogtreecommitdiff
path: root/basegfx/source/tuple
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 17:41:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 17:41:14 +0000
commit5761b7c34be1d06bf1746489fa83d2f5b3f26e2c (patch)
tree7c1e8f88b15ca8d267fffb903fc4abcea6357d7f /basegfx/source/tuple
parentb78efd6456a1eaa27318fbe15dd2a65fe3851e49 (diff)
INTEGRATION: CWS presentationengine01 (1.8.2); FILE MERGED
2004/11/20 00:00:23 thb 1.8.2.2: #110496# After-merge cleanups, finished BxD<->BxI conversions for range and tuples 2004/11/17 20:20:10 thb 1.8.2.1: #110496# Unified integer constructors/fround converters
Diffstat (limited to 'basegfx/source/tuple')
-rw-r--r--basegfx/source/tuple/b2dtuple.cxx5
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