diff options
Diffstat (limited to 'editors/openoffice-3/files/patch-i88160')
-rw-r--r-- | editors/openoffice-3/files/patch-i88160 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/openoffice-3/files/patch-i88160 b/editors/openoffice-3/files/patch-i88160 deleted file mode 100644 index fc21b222aa2c..000000000000 --- a/editors/openoffice-3/files/patch-i88160 +++ /dev/null @@ -1,16 +0,0 @@ -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); |