summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i121098
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2013-03-21 06:18:02 +0000
committerMaho Nakata <maho@FreeBSD.org>2013-03-21 06:18:02 +0000
commit25b2d34cad62a3c223834337ca2c212f5d3c0dc8 (patch)
tree59761be71e927e0360159bbfe526ae63a7f14181 /editors/openoffice-3-devel/files/patch-i121098
parent- Update poppler to 0.22.2. (diff)
Update to svn 1457623
Notes
Notes: svn path=/head/; revision=314806
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-i12109813
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i121098 b/editors/openoffice-3-devel/files/patch-i121098
deleted file mode 100644
index 0d2549229f82..000000000000
--- a/editors/openoffice-3-devel/files/patch-i121098
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: codemaker/source/javamaker/classfile.cxx
-===================================================================
---- codemaker/source/javamaker/classfile.cxx (revision 1389908)
-+++ codemaker/source/javamaker/classfile.cxx (working copy)
-@@ -695,7 +695,7 @@
- void ClassFile::write(FileStream & file) const {
- writeU4(file, 0xCAFEBABE);
- writeU2(file, 0);
-- writeU2(file, 46);
-+ writeU2(file, 49);
- writeU2(file, m_constantPoolCount);
- writeStream(file, m_constantPool);
- writeU2(file, static_cast< sal_uInt16 >(m_accessFlags));