From cf7e1b0a316b37d3be96a3b5783ebe05d7217d6b Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 2 Sep 2003 21:42:20 +0000 Subject: Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option) --- .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx (limited to 'editors/openoffice-2.0-devel') diff --git a/editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx @@ -0,0 +1,11 @@ +--- ../sw/source/filter/ww8/ww8scan.cxx.orig Wed Sep 3 04:12:28 2003 ++++ ../sw/source/filter/ww8/ww8scan.cxx Wed Sep 3 04:12:49 2003 +@@ -163,7 +163,7 @@ + { + ASSERT(mnNoElems && pWwSprmTab, "WW8: empty Array: Don't do that"); + std::sort(mpWwSprmTab, mpWwSprmTab + mnNoElems); +-#if OSL_DEBUG_LEVEL > 1 ++#if OSL_DEBUG_LEVEL > 10 // XXX pass compilation with WITH_DEBUG=2 + bool bBroken=false; + rtl::OUString sError; + const C *pIter = mpWwSprmTab; -- cgit