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