From d539c95155ccc7030411f7494704894a3ac610a8 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Fri, 28 Nov 2003 10:18:16 +0000 Subject: 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. --- basegfx/source/numeric/ftools.cxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'basegfx/source/numeric') 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 -- cgit