aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx')
-rw-r--r--editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx
deleted file mode 100644
index 0cfbc156cf11..000000000000
--- a/editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../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;