summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-06 14:23:39 +0200
committerNoel Grandin <noel@peralex.com>2016-06-06 14:28:41 +0200
commit5f42a268c30c1feccc13fd0a08ac2f0ed54fdbac (patch)
tree82fb34a5fc20ca784490655896967ffd0c996260 /wizards/com/sun/star
parent94e6d9d0667781fc733bd18d7cf2b81d4a5366cb (diff)
remove unused imports in java code
Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
Diffstat (limited to 'wizards/com/sun/star')
-rw-r--r--wizards/com/sun/star/wizards/document/OfficeDocument.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.java b/wizards/com/sun/star/wizards/document/OfficeDocument.java
index 0f02623697aa..6a90726dd77c 100644
--- a/wizards/com/sun/star/wizards/document/OfficeDocument.java
+++ b/wizards/com/sun/star/wizards/document/OfficeDocument.java
@@ -28,7 +28,6 @@ import com.sun.star.awt.XToolkit;
import com.sun.star.awt.XWindow;
import com.sun.star.awt.XWindowPeer;
import com.sun.star.beans.PropertyValue;
-import com.sun.star.beans.PropertyVetoException;
import com.sun.star.sheet.XCellRangeData;
import com.sun.star.table.XCellRange;
import com.sun.star.text.XTextDocument;