forked from amazingfate/loongoffice
Java cleanup, remove unnecessary imports
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
This commit is contained in:
committed by
Michael Stahl
parent
0f1dba8359
commit
6bf09ecf1d
@ -31,11 +31,9 @@
|
||||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*************************************************************************/
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.lib.uno.helper.WeakBase;
|
||||
import com.sun.star.lang.XServiceInfo;
|
||||
import com.sun.star.test.XSomethingA;
|
||||
import com.sun.star.uno.Type;
|
||||
|
||||
// TestComponentA use the implementation helper WeakBase
|
||||
public class TestComponentA extends WeakBase implements XServiceInfo, XSomethingA {
|
||||
|
||||
Reference in New Issue
Block a user