Remove dead java code, fields and local variables

Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168
This commit is contained in:
Noel Grandin
2012-08-20 16:17:13 +01:00
committed by Caolán McNamara
parent fa4966a15c
commit f72ff01dd3
20 changed files with 3 additions and 509 deletions

View File

@ -71,9 +71,6 @@ public class EventTest {
//-------------------------------------------
// member
/** points to the global uno service manager. */
private XMultiServiceFactory m_xMSF = null;
/** indicates if the mousePressed event was called*/
private boolean m_mousePressed = false;
/** indicates if the mouseReleased event was called*/
@ -131,9 +128,6 @@ public class EventTest {
* different components inside.
*/
@Before public void before() {
// get uno service manager from global test environment
m_xMSF = getMSF();
// create frame instance
try {
// get a soffice factory object