diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:54:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:54:10 +0000 |
commit | 9801adf3efe1911e26a48a2beccd76c5366b48ff (patch) | |
tree | 1b36e9b7a8a6c5908cd0aa90492a27f5bb8c0819 /tools | |
parent | 83fa8411212a4e5e08ce54f2a428caeb4a80712d (diff) |
INTEGRATION: CWS sb91 (1.9.2); FILE MERGED
2008/07/11 08:30:18 sb 1.9.2.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/line.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx index 743ff80a514e..5e698d50c006 100644 --- a/tools/source/generic/line.cxx +++ b/tools/source/generic/line.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: line.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -37,7 +37,7 @@ #include <tools/debug.hxx> #include <cstdlib> -#include <cmath> +#include <math.h> inline long FRound( double fVal ) { |