From 2d700944b50dc9bcf030732cf1221426f55b3dd6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 11:32:48 +0200 Subject: java: remove unused imports Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec --- odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'odk/examples') diff --git a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java index 0c8495c80e33..76baa819a222 100644 --- a/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java +++ b/odk/examples/DevelopersGuide/Components/SimpleLicense/LicenseTest.java @@ -33,7 +33,6 @@ *************************************************************************/ import com.sun.star.lib.uno.helper.Factory; -import com.sun.star.lang.XMultiComponentFactory; import com.sun.star.lang.XSingleComponentFactory; import com.sun.star.lib.uno.helper.WeakBase; import com.sun.star.uno.XComponentContext; -- cgit