summaryrefslogtreecommitdiff
path: root/framework/qa/complex/XUserInputInterception/EventTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/XUserInputInterception/EventTest.java')
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index d7b8b320caf5..576a8f512afd 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -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