diff options
author | Herbert Dürr <hdu@apache.org> | 2013-03-05 09:37:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-08 16:36:20 +0100 |
commit | ec2512209d8fbf640749ab9f18b2232ac9cbf060 (patch) | |
tree | 8bfc04bae98b7edf99ce863911d879fb4342a3b5 /bridges | |
parent | d56497365f36aa385f74ca5bb665f1ea541b52ef (diff) |
the header file new.h is obsolete on our platforms
(cherry picked from commit 94e277e997d396ae44e4c13c806fa0f461dafd83)
Conflicts:
sw/source/core/text/portxt.hxx
Change-Id: Ia785878f2b96704fcf858599afba2535b53d6b6f
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx index c6345e2fb3e0..b2c97badabcc 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx @@ -22,7 +22,6 @@ #include <boost/unordered_map.hpp> #include <sal/config.h> #include <malloc.h> -#include <new.h> #include <typeinfo.h> #include <signal.h> |