diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-26 23:24:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-29 10:53:56 +0300 |
commit | a647a54cd1832582d3ebbe47adf024fed9f9ec0b (patch) | |
tree | ce4db812678d9e8f5dc573e5a1aa3b2a72dc9dee /oox | |
parent | 10f30ae4c8f007e69c9bb455d6c7ec9036132f3f (diff) |
More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/helper/containerhelper.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/oox/source/helper/containerhelper.cxx b/oox/source/helper/containerhelper.cxx index b4af73591530..ff0c043a1c27 100644 --- a/oox/source/helper/containerhelper.cxx +++ b/oox/source/helper/containerhelper.cxx @@ -26,6 +26,10 @@ * ************************************************************************/ +#ifdef _MSC_VER +#define _HAS_ITERATOR_DEBUGGING 0 +#endif + #include "oox/helper/containerhelper.hxx" #include <com/sun/star/container/XIndexContainer.hpp> |