summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 11:25:10 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 12:05:52 +0200
commitbcfc1fd1488b6e960e9f617893667e8aa4dabbd2 (patch)
tree615b878e6c21342bfe99f36a60c5474ef3700681 /smoketest
parentfb451a14c0530b3b8a434a0746be2b82cd44ad17 (diff)
cid#1326675 DLS: Dead local store
Change-Id: I73cfe079b6d2e3c80f260e01c7150894ae0f4bb7
Diffstat (limited to 'smoketest')
-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;