]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-openide.patch
- up
[packages/libreoffice.git] / openoffice-openide.patch
1 diff -Nur oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java
2 --- oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java      Mon Jul 14 22:14:32 2003
3 +++ oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOAddInCreateIterator.java   Mon Jul 14 22:14:57 2003
4 @@ -200,7 +200,7 @@
5          index--;
6      }
7      
8 -    public org.openide.WizardDescriptor$Panel current() {
9 +    public org.openide.WizardDescriptor.Panel current() {
10          return panels[index];
11      }
12      
13 diff -Nur oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java
14 --- oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java        Tue Sep  3 18:25:06 2002
15 +++ oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOIDLWizardIterator.java     Mon Jul 14 22:15:08 2003
16 @@ -207,7 +207,7 @@
17     index--;
18    }
19  
20 -  public org.openide.WizardDescriptor$Panel current()
21 +  public org.openide.WizardDescriptor.Panel current()
22     {
23       return panels[index];
24     }
25 diff -Nur oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java
26 --- oo.orig/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java    Wed Mar 26 14:40:24 2003
27 +++ oo/odk/source/OOSupport/org/netbeans/modules/openoffice/wizard/OOServiceCreateIterator.java Mon Jul 14 22:15:20 2003
28 @@ -214,7 +214,7 @@
29          index--;
30      }
31      
32 -    public org.openide.WizardDescriptor$Panel current() {
33 +    public org.openide.WizardDescriptor.Panel current() {
34          return panels[index];
35      }
36      
This page took 0.071285 seconds and 3 git commands to generate.