#i10000# remove math.h (thb)
This commit is contained in:
parent
9115aa9eed
commit
3cb6503f36
3 changed files with 7 additions and 12 deletions
|
@ -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 <math.h> // prevent conflict between exception and std::exception
|
||||
#endif
|
||||
|
||||
#ifndef _SVX_GRIDCOLS_HXX
|
||||
#include "gridcols.hxx"
|
||||
#endif
|
||||
|
|
|
@ -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 <math.h>
|
||||
|
||||
#ifndef _SVX_IMPGRF_HXX
|
||||
#include "impgrf.hxx"
|
||||
#endif
|
||||
|
|
|
@ -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 <math.h>
|
||||
|
||||
#ifndef _ESCHESDO_HXX
|
||||
#include "eschesdo.hxx"
|
||||
|
|
Loading…
Reference in a new issue