Author: hdu Date: Tue Mar 5 10:37:22 2013 New Revision: 1452727 URL: http://svn.apache.org/r1452727 Log: the header file new.h is obsolete on our platforms
Modified: openoffice/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/except.cxx openoffice/trunk/main/sw/source/core/text/portxt.hxx Modified: openoffice/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/except.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/except.cxx?rev=1452727&r1=1452726&r2=1452727&view=diff ============================================================================== --- openoffice/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/except.cxx (original) +++ openoffice/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/except.cxx Tue Mar 5 10:37:22 2013 @@ -28,7 +28,6 @@ #include <hash_map> #include <sal/config.h> #include <malloc.h> -#include <new.h> #include <typeinfo.h> #include <signal.h> Modified: openoffice/trunk/main/sw/source/core/text/portxt.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/text/portxt.hxx?rev=1452727&r1=1452726&r2=1452727&view=diff ============================================================================== --- openoffice/trunk/main/sw/source/core/text/portxt.hxx (original) +++ openoffice/trunk/main/sw/source/core/text/portxt.hxx Tue Mar 5 10:37:22 2013 @@ -22,11 +22,7 @@ #ifndef _PORTXT_HXX #define _PORTXT_HXX -#ifdef GCC -#include <sys/types.h> -#else -#include <new.h> //fuer size_t, FIXEDMEM aus tools -#endif + #include <tools/mempool.hxx> #include "porlin.hxx"