diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-09-02 21:42:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-09-02 21:42:20 +0000 |
commit | ea9ae85016ba61c7b2e87b33c27c6b803273e599 (patch) | |
tree | a69549489e25b2bc5e620e28d4201bd32a266813 /editors/openoffice.org-3-RC | |
parent | 0dd7d38e1ec4c2ca17ae4eae4b70c3152226197c (diff) | |
download | ports-ea9ae85016ba61c7b2e87b33c27c6b803273e599.tar.gz ports-ea9ae85016ba61c7b2e87b33c27c6b803273e599.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-3-RC/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; |