summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/UnoDialog2.java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-05 09:18:28 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-05 09:18:28 +0000
commit5ca0816a90e6d64d8d1195405b4f111149af680c (patch)
treee77e6e578ab40d3e887e2dd03dea119152cb6362 /wizards/com/sun/star/wizards/ui/UnoDialog2.java
parenta9bb8157c039ad050471f0868179a30a98498438 (diff)
INTEGRATION: CWS qwizardsbfooo20 (1.7.32); FILE MERGED
2005/06/13 11:09:53 bc 1.7.32.1: #i41296#jdk13 incompatible methods removed
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/UnoDialog2.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.java b/wizards/com/sun/star/wizards/ui/UnoDialog2.java
index 815108b4f20c..4084bc70ea68 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.java
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoDialog2.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: kz $ $Date: 2005-03-18 16:26:48 $
+ * last change: $Author: obo $ $Date: 2005-07-05 10:18:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,13 +59,9 @@
*/
package com.sun.star.wizards.ui;
-import java.awt.Color;
import com.sun.star.awt.*;
-import com.sun.star.beans.XPropertySet;
-import com.sun.star.lang.IllegalArgumentException;
import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import com.sun.star.wizards.common.Desktop;