diff options
author | maho <maho@FreeBSD.org> | 2003-09-02 21:42:20 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-09-02 21:42:20 +0000 |
commit | cf7e1b0a316b37d3be96a3b5783ebe05d7217d6b (patch) | |
tree | 99ae9e068dfe65e6b1a4220f4c89698a238b496c /editors/openoffice.org-1.1 | |
parent | f09097ffab11961b7303eb82bb53efb168e664a4 (diff) | |
download | FreeBSD-ports-cf7e1b0a316b37d3be96a3b5783ebe05d7217d6b.zip FreeBSD-ports-cf7e1b0a316b37d3be96a3b5783ebe05d7217d6b.tar.gz |
Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option)
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 0000000..0cfbc15 --- /dev/null +++ b/editors/openoffice.org-1.1/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; |