summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-13 16:36:02 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-13 15:17:34 +0000
commitf6388e15bf95326d2a712453dc2c17b010801533 (patch)
treec9a2ded9bc496ef98aa9811a904140a64a801199 /wizards
parenta667840368d0299c695c3565da06d31f6fde4c02 (diff)
java: import from the same package
Change-Id: I1bb0999783f365e20b682c3707e73c65724265c9 Reviewed-on: https://gerrit.libreoffice.org/11955 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/ParaStyled.java1
-rw-r--r--wizards/com/sun/star/wizards/common/PlaceholderTextElement.java2
-rw-r--r--wizards/com/sun/star/wizards/common/TextElement.java2
3 files changed, 0 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/common/ParaStyled.java b/wizards/com/sun/star/wizards/common/ParaStyled.java
index e1eedfdfd2d3..0a80f452ad1e 100644
--- a/wizards/com/sun/star/wizards/common/ParaStyled.java
+++ b/wizards/com/sun/star/wizards/common/ParaStyled.java
@@ -17,7 +17,6 @@
*/
package com.sun.star.wizards.common;
-import com.sun.star.wizards.common.TemplateElement;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.text.*;
diff --git a/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java b/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
index a6e69da9ef60..3b943e0ab35e 100644
--- a/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
+++ b/wizards/com/sun/star/wizards/common/PlaceholderTextElement.java
@@ -17,14 +17,12 @@
*/
package com.sun.star.wizards.common;
-import com.sun.star.wizards.common.TextElement;
import com.sun.star.uno.Exception;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.text.*;
import com.sun.star.wizards.text.*;
-import com.sun.star.wizards.common.PlaceholderTextElement;
public class PlaceholderTextElement extends TextElement
{
diff --git a/wizards/com/sun/star/wizards/common/TextElement.java b/wizards/com/sun/star/wizards/common/TextElement.java
index 383089172145..4549a9fc8ee1 100644
--- a/wizards/com/sun/star/wizards/common/TextElement.java
+++ b/wizards/com/sun/star/wizards/common/TextElement.java
@@ -17,11 +17,9 @@
*/
package com.sun.star.wizards.common;
-import com.sun.star.wizards.common.ParaStyled;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.text.*;
-import com.sun.star.wizards.common.TextElement;
public class TextElement extends ParaStyled
{