diff options
author | 2004-03-07 12:15:04 +0000 | |
---|---|---|
committer | 2004-03-07 12:15:04 +0000 | |
commit | 1747b7c0bb61c0e6189cb9614498cae1174ef983 (patch) | |
tree | 24477296b0543b777f94b389fe7d4ad6ea0836be /app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch | |
parent | mask openoffice release candidate (diff) | |
download | historical-1747b7c0bb61c0e6189cb9614498cae1174ef983.tar.gz historical-1747b7c0bb61c0e6189cb9614498cae1174ef983.tar.bz2 historical-1747b7c0bb61c0e6189cb9614498cae1174ef983.zip |
New upstream release candidate
Diffstat (limited to 'app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch')
-rw-r--r-- | app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch b/app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch new file mode 100644 index 000000000000..46a6e9734aa6 --- /dev/null +++ b/app-office/openoffice/files/1.1.1_rc1/openoffice-java.patch @@ -0,0 +1,36 @@ +diff -urN oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java +--- oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java 2004-02-10 01:00:11.000000000 +0100 ++++ oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java 2004-02-09 11:19:53.000000000 +0100 +@@ -200,7 +200,7 @@ + index--; + } + +- public org.openide.WizardDescriptor$Panel current() { ++ public org.openide.WizardDescriptor.Panel current() { + return panels[index]; + } + +diff -urN oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java +--- oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java 2004-02-10 01:00:48.000000000 +0100 ++++ oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java 2004-02-09 11:20:15.000000000 +0100 +@@ -207,7 +207,7 @@ + index--; + } + +- public org.openide.WizardDescriptor$Panel current() ++ public org.openide.WizardDescriptor.Panel current() + { + return panels[index]; + } +diff -urN oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java +--- oo_1.1_src.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java 2004-02-10 01:01:29.000000000 +0100 ++++ oo_1.1_src/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java 2004-02-09 11:20:35.000000000 +0100 +@@ -214,7 +214,7 @@ + index--; + } + +- public org.openide.WizardDescriptor$Panel current() { ++ public org.openide.WizardDescriptor.Panel current() { + return panels[index]; + } + |