summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i88160
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /editors/openoffice-3-devel/files/patch-i88160
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i88160')
-rw-r--r--editors/openoffice-3-devel/files/patch-i8816016
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i88160 b/editors/openoffice-3-devel/files/patch-i88160
deleted file mode 100644
index fc21b222aa2c..000000000000
--- a/editors/openoffice-3-devel/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);