summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-07 13:39:37 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-10 23:43:38 +0200
commit6bf09ecf1d97455af4a07ae3564886ee69e0a33b (patch)
tree0a6664ddbb9df2758d69b77ebcac6a9089f97407 /odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
parent0f1dba83596b5e8e19203892cb1334b6bbe8f147 (diff)
Java cleanup, remove unnecessary imports
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
index 00d67df8485a..cb0e2811c0a4 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/PropChgHelper_Hyph.java
@@ -32,18 +32,10 @@
*
*************************************************************************/
-import com.sun.star.linguistic2.XLinguServiceEventBroadcaster;
-import com.sun.star.linguistic2.XLinguServiceEventListener;
import com.sun.star.linguistic2.LinguServiceEvent;
import com.sun.star.linguistic2.LinguServiceEventFlags;
-import com.sun.star.beans.XPropertySet;
-import com.sun.star.beans.XPropertyChangeListener;
import com.sun.star.beans.PropertyChangeEvent;
-import com.sun.star.lang.EventObject;
import com.sun.star.uno.XInterface;
-import com.sun.star.uno.UnoRuntime;
-
-import java.util.ArrayList;
public class PropChgHelper_Hyph extends PropChgHelper
{