forked from amazingfate/loongoffice
Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
This commit is contained in:
committed by
Michael Stahl
parent
80891ead73
commit
bf4352084b
@ -30,7 +30,6 @@ import com.sun.star.awt.XKeyHandler;
|
||||
import com.sun.star.awt.XMouseClickHandler;
|
||||
import com.sun.star.awt.XUserInputInterception;
|
||||
import com.sun.star.awt.XWindow;
|
||||
import com.sun.star.chart.XChartDocument;
|
||||
import com.sun.star.frame.*;
|
||||
import com.sun.star.lang.*;
|
||||
import com.sun.star.lang.EventObject;
|
||||
@ -45,8 +44,6 @@ import java.awt.event.InputEvent;
|
||||
import util.AccessibilityTools;
|
||||
import util.SOfficeFactory;
|
||||
|
||||
// ---------- junit imports -----------------
|
||||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
|
||||
Reference in New Issue
Block a user