summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2020-09-25 12:03:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-25 20:16:14 +0200
commit2a6fa9d1093e983b07b1e41b7797e9d605777154 (patch)
tree851ab5e8dfdb784c309239b7aed08cc97a6d4102 /qadevOOo/runner/util
parent192235e0b71dd2a75bc7de85fe664bb69283f4a0 (diff)
remove unused imports
Change-Id: Ib4a334ad929a410d6a19d1f832b202d61cd29336 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103384 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/WriterTools.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/WriterTools.java b/qadevOOo/runner/util/WriterTools.java
index ad769ca8623a..cdff65557a72 100644
--- a/qadevOOo/runner/util/WriterTools.java
+++ b/qadevOOo/runner/util/WriterTools.java
@@ -27,7 +27,6 @@ import com.sun.star.drawing.XDrawPageSupplier;
import com.sun.star.lang.XComponent;
import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.lang.XMultiComponentFactory;
import com.sun.star.text.XText;
import com.sun.star.text.XTextContent;
@@ -36,7 +35,6 @@ import com.sun.star.text.XTextDocument;
import com.sun.star.graphic.XGraphic;
import com.sun.star.graphic.XGraphicProvider;
-import com.sun.star.graphic.GraphicProvider;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XComponentContext;