java: unnecessary imports
found by CodePro Change-Id: If1b75e43f81d70984422e437147048a491395b66
This commit is contained in:
parent
5c7d33ade6
commit
566f16a2fd
@ -23,10 +23,6 @@ import com.sun.star.connection.XConnector;
|
||||
import com.sun.star.connection.XConnection;
|
||||
import com.sun.star.bridge.XInstanceProvider;
|
||||
|
||||
import test.XCallMe;
|
||||
import test.XTestFactory;
|
||||
|
||||
|
||||
class MyInstanceProvider implements XInstanceProvider
|
||||
{
|
||||
public Object getInstance( String sName )
|
||||
|
@ -26,8 +26,6 @@ import com.sun.star.frame.*;
|
||||
import com.sun.star.inspection.*;
|
||||
import com.sun.star.beans.*;
|
||||
|
||||
import integration.extensions.Frame;
|
||||
|
||||
public class ObjectInspector extends complexlib.ComplexTestCase
|
||||
{
|
||||
private XComponentContext m_context;
|
||||
|
@ -28,14 +28,8 @@ import com.sun.star.lang.XComponent;
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.uno.UnoRuntime;
|
||||
import com.sun.star.util.XCloseable;
|
||||
import complex.dispatches.Interceptor;
|
||||
import java.util.HashMap;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ---------- junit imports -----------------
|
||||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
|
@ -18,8 +18,6 @@
|
||||
|
||||
package ifc.style;
|
||||
|
||||
import ifc.style._PageProperties;
|
||||
|
||||
/**
|
||||
* Test page style properties.
|
||||
* These properties are a subset of the PageProperties. So just use the
|
||||
|
@ -36,10 +36,6 @@ import com.sun.star.uno.Type;
|
||||
import com.sun.star.uno.UnoRuntime;
|
||||
import com.sun.star.uno.XInterface;
|
||||
import com.sun.star.util.XCloseable;
|
||||
import complex.dataPilot._XPropertySet;
|
||||
import complex.dataPilot._XNamed;
|
||||
import complex.dataPilot._XDataPilotDescriptor;
|
||||
import complex.dataPilot._XDataPilotTable;
|
||||
import lib.StatusException;
|
||||
import lib.TestParameters;
|
||||
import util.SOfficeFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user