summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
index 66444c2d0372..f5ddd77880be 100644
--- a/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
+++ b/smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment.java
@@ -74,8 +74,6 @@ class InteractionImpl implements com.sun.star.task.XInteractionHandler
{
public void handle( com.sun.star.task.XInteractionRequest xRequest )
{
- Object request = xRequest.getRequest();
-
boolean approve = true;
boolean abort = false;