diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-11-06 15:01:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-11-06 15:01:03 +0000 |
commit | f00cc0b3ee98e5213707c04fe4e84bc8e4fa9932 (patch) | |
tree | 5767aaaf90a9da5efc961bac64e36cae4e7d47f0 /vcl | |
parent | 88e21bf16ca5bb90385013bcd13428d4b0837484 (diff) |
CWS-TOOLING: integrate CWS rt34
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/scrwnd.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index dafb288f4b68..f61525f9a483 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -30,7 +30,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#include <cmath> #include <cstring> #include <i18npool/mslangid.hxx> diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 31870b45ff06..4b77477976a9 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#include <math.h> +// #include <math.h> #include <limits.h> #include <tools/time.hxx> #include <tools/debug.hxx> |