[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - odk/examples

Stephan Bergmann sbergman at redhat.com
Wed Jun 19 09:40:27 PDT 2013


 odk/examples/java/ToDo/ToDo.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4e8ca6bd6f6d4f7645bc68feee153210e4a4043
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jun 19 17:41:00 2013 +0200

    Missing import
    
    Regression introduced with 64e85a4cc8259a7d80c781e6698a8f30e7e0151d "Java
    cleanup, remove unused imports."
    
    Change-Id: I843cf651e20d2dd410f481222aca5206e0166a30
    (cherry picked from commit 38d2ea2b25f323337b91ab1507bc0b955876a216)
    Reviewed-on: https://gerrit.libreoffice.org/4367
    Reviewed-by: Noel Power <noel.power at suse.com>
    Tested-by: Noel Power <noel.power at suse.com>

diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java
index 7185493..e4ab0ca 100644
--- a/odk/examples/java/ToDo/ToDo.java
+++ b/odk/examples/java/ToDo/ToDo.java
@@ -62,7 +62,7 @@ import com.sun.star.text.XTextField;
 import com.sun.star.text.XTextRange;
 import com.sun.star.uno.UnoRuntime;
 import com.sun.star.uno.XComponentContext;
-// addintional interfaces used by the implementation
+import org.openoffice.XToDo;
 
 /** This class capsulates the class, that implements the minimal component, a
  * factory for creating the service (<CODE>__getServiceFactory</CODE>) and a


More information about the Libreoffice-commits mailing list