aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i88160
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i88160')
-rw-r--r--editors/openoffice-3-devel/files/patch-i8816016
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i88160 b/editors/openoffice-3-devel/files/patch-i88160
new file mode 100644
index 000000000000..fc21b222aa2c
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i88160
@@ -0,0 +1,16 @@
+Index: sw/source/core/doc/dbgoutsw.cxx
+===================================================================
+RCS file: /cvs/sw/sw/source/core/doc/dbgoutsw.cxx,v
+retrieving revision 1.23
+diff -u -r1.23 dbgoutsw.cxx
+--- sw/source/core/doc/dbgoutsw.cxx 19 Feb 2008 13:40:02 -0000 1.23
++++ sw/source/core/doc/dbgoutsw.cxx 12 Apr 2008 00:17:46 -0000
+@@ -296,7 +296,7 @@
+ if (!bFirst)
+ aStr += String(", ", RTL_TEXTENCODING_ASCII_US);
+
+- if ((sal_uInt32)pItem != 0xffffffff)
++ if (! pItem->IsInvalidItem())
+ aStr += lcl_dbg_out(*pItem);
+ else
+ aStr += String("invalid", RTL_TEXTENCODING_ASCII_US);