From 3cb6503f365b9d381c5688eee05f9da6aff3cfaa Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 14 Dec 2006 16:39:51 +0000 Subject: [PATCH] #i10000# remove math.h (thb) --- svx/source/form/fmshimp.cxx | 8 ++------ svx/source/msfilter/escherex.cxx | 6 +++--- svx/source/msfilter/eschesdo.cxx | 5 ++--- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index 56c249e9af02..b546c0716452 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmshimp.cxx,v $ * - * $Revision: 1.81 $ + * $Revision: 1.82 $ * - * last change: $Author: rt $ $Date: 2006-12-01 17:25:53 $ + * last change: $Author: kz $ $Date: 2006-12-14 17:38:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,10 +36,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#if STLPORT_VERSION>=321 -#include // prevent conflict between exception and std::exception -#endif - #ifndef _SVX_GRIDCOLS_HXX #include "gridcols.hxx" #endif diff --git a/svx/source/msfilter/escherex.cxx b/svx/source/msfilter/escherex.cxx index 32ef9818acc5..e337a9ee7cf3 100644 --- a/svx/source/msfilter/escherex.cxx +++ b/svx/source/msfilter/escherex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: escherex.cxx,v $ * - * $Revision: 1.67 $ + * $Revision: 1.68 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:12:03 $ + * last change: $Author: kz $ $Date: 2006-12-14 17:39:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include + #ifndef _SVX_IMPGRF_HXX #include "impgrf.hxx" #endif diff --git a/svx/source/msfilter/eschesdo.cxx b/svx/source/msfilter/eschesdo.cxx index 150aec5fc471..17b293854c28 100644 --- a/svx/source/msfilter/eschesdo.cxx +++ b/svx/source/msfilter/eschesdo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eschesdo.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:28:56 $ + * last change: $Author: kz $ $Date: 2006-12-14 17:39:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include #ifndef _ESCHESDO_HXX #include "eschesdo.hxx"