summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i121098
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i121098')
-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));