summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-09-02 21:42:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-09-02 21:42:20 +0000
commitea9ae85016ba61c7b2e87b33c27c6b803273e599 (patch)
treea69549489e25b2bc5e620e28d4201bd32a266813 /editors/openoffice-1.1
parentUpdate to 2.3.15. (diff)
Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option)
Notes
Notes: svn path=/head/; revision=88383
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx
new file mode 100644
index 000000000000..0cfbc156cf11
--- /dev/null
+++ b/editors/openoffice-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;