From ea9ae85016ba61c7b2e87b33c27c6b803273e599 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 2 Sep 2003 21:42:20 +0000 Subject: Very dirty ad hoc kludge for compilation with WITH_DEBUG=2 (debug option) --- .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../openoffice-3/files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ .../files/patch-sw+source+filter+ww8+ww8scan.cxx | 11 +++++++++++ 17 files changed, 187 insertions(+) create mode 100644 editors/openoffice-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice-3/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-1.1/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-2-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-2.0/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-2/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-3-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-3/files/patch-sw+source+filter+ww8+ww8scan.cxx create mode 100644 editors/openoffice.org-vcltesttool/files/patch-sw+source+filter+ww8+ww8scan.cxx (limited to 'editors') diff --git a/editors/openoffice-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice-1.1-devel/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; 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; diff --git a/editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice-2.0-devel/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; 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 new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice-3-devel/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; 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; diff --git a/editors/openoffice-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice-devel/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; diff --git a/editors/openoffice.org-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-1.1-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/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; 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 000000000000..0cfbc156cf11 --- /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; diff --git a/editors/openoffice.org-2-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-2-RC/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-2-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; diff --git a/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-2-devel/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; diff --git a/editors/openoffice.org-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-2.0-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/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; diff --git a/editors/openoffice.org-2.0/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-2.0/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-2.0/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; diff --git a/editors/openoffice.org-2/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-2/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-2/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; 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; diff --git a/editors/openoffice.org-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-3-devel/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-3-devel/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; diff --git a/editors/openoffice.org-3/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-3/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-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; diff --git a/editors/openoffice.org-vcltesttool/files/patch-sw+source+filter+ww8+ww8scan.cxx b/editors/openoffice.org-vcltesttool/files/patch-sw+source+filter+ww8+ww8scan.cxx new file mode 100644 index 000000000000..0cfbc156cf11 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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; -- cgit v1.2.3