diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-06-19 17:41:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-06-19 17:41:00 +0200 |
commit | 38d2ea2b25f323337b91ab1507bc0b955876a216 (patch) | |
tree | 3e695d4431bd385d7c96dedc61674706f15311ee /odk | |
parent | 5b53053af54bb8fce2a91c0d59929c02dbb1e912 (diff) |
Missing import
Regression introduced with 64e85a4cc8259a7d80c781e6698a8f30e7e0151d "Java
cleanup, remove unused imports."
Change-Id: I843cf651e20d2dd410f481222aca5206e0166a30
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/ToDo/ToDo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/ToDo/ToDo.java b/odk/examples/java/ToDo/ToDo.java index 71854936f895..e4ab0ca01975 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 |