diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-09 19:10:19 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-09 19:10:19 +0100 |
commit | f6b4434260cdf07b3aa53b85734f9df5ca1f3710 (patch) | |
tree | e1845844eee9143f7839c1b6be9b864b62f22c05 /sax/source | |
parent | f8ada8f2a93659e27928f3b5244c813de2c3847b (diff) | |
parent | 28b33be9d69a49140fa8fc4bbb77c968203b2bc1 (diff) |
CWS-TOOLING: integrate CWS killnonpro
Diffstat (limited to 'sax/source')
-rw-r--r-- | sax/source/expatwrap/attrlistimpl.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx index 1ec1128516fd..4eb07be50311 100644 --- a/sax/source/expatwrap/attrlistimpl.cxx +++ b/sax/source/expatwrap/attrlistimpl.cxx @@ -32,13 +32,6 @@ #include <vector> -#if OSL_DEBUG_LEVEL == 0 -# ifndef NDEBUG -# define NDEBUG -# endif -#endif -#include <assert.h> - #include <cppuhelper/weak.hxx> using namespace ::std; |