diff options
author | Armin Weiss <aw@openoffice.org> | 2003-11-28 10:18:16 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2003-11-28 10:18:16 +0000 |
commit | d539c95155ccc7030411f7494704894a3ac610a8 (patch) | |
tree | dc3dbd283a5f501f6e48dd585d80bb158db920e3 /basegfx/source/numeric | |
parent | ce0ce72d1fd37f7b8e7cb4ebc372d8cd6b4ab9c0 (diff) |
Removed in-between namespaces (curve, matrix, numeric, point, polygon, range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.
Diffstat (limited to 'basegfx/source/numeric')
-rw-r--r-- | basegfx/source/numeric/ftools.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/basegfx/source/numeric/ftools.cxx b/basegfx/source/numeric/ftools.cxx index 9470c249a756..c39ee766a2bc 100644 --- a/basegfx/source/numeric/ftools.cxx +++ b/basegfx/source/numeric/ftools.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ftools.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: aw $ $Date: 2003-10-31 10:13:56 $ + * last change: $Author: aw $ $Date: 2003-11-28 11:18:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,11 +65,8 @@ namespace basegfx { - namespace numeric - { - // init static member of class fTools - double ::basegfx::numeric::fTools::mfSmallValue = 0.000000001; - } // end of namespace numeric + // init static member of class fTools + double ::basegfx::fTools::mfSmallValue = 0.000000001; } // end of namespace basegfx // eof |