From 2ef353ead7c5b307fb06c860baa5a13e28a2a12a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 1 Mar 2005 19:21:08 +0000 Subject: INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED 2005/02/18 13:35:51 sw 1.2.72.2: #i43060# 2005/02/18 12:50:45 sw 1.2.72.1: #i43060# --- qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java | 10 +++++----- qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java | 8 ++++---- qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java index fd7767116f47..41b68498e216 100755 --- a/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java +++ b/qadevOOo/tests/java/ifc/ui/_XUIConfiguration.java @@ -2,9 +2,9 @@ * * $RCSfile: _XUIConfiguration.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Date: 2004-02-25 18:11:31 $ + * last change: $Date: 2005-03-01 20:20:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,9 +63,9 @@ package ifc.ui; import com.sun.star.lang.XServiceInfo; import com.sun.star.uno.UnoRuntime; -import drafts.com.sun.star.ui.XModuleUIConfigurationManagerSupplier; -import drafts.com.sun.star.ui.XUIConfiguration; -import drafts.com.sun.star.ui.XUIConfigurationListener; +import com.sun.star.ui.XModuleUIConfigurationManagerSupplier; +import com.sun.star.ui.XUIConfiguration; +import com.sun.star.ui.XUIConfigurationListener; import lib.MultiMethodTest; public class _XUIConfiguration extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java index 4042f40be4cf..216d8ccf9d84 100755 --- a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java +++ b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationListener.java @@ -2,9 +2,9 @@ * * $RCSfile: _XUIConfigurationListener.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Date: 2004-02-25 18:11:42 $ + * last change: $Date: 2005-03-01 20:20:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,8 +63,8 @@ package ifc.ui; import com.sun.star.awt.XPopupMenu; import com.sun.star.uno.UnoRuntime; -import drafts.com.sun.star.ui.ConfigurationEvent; -import drafts.com.sun.star.ui.XUIConfigurationListener; +import com.sun.star.ui.ConfigurationEvent; +import com.sun.star.ui.XUIConfigurationListener; import lib.MultiMethodTest; public class _XUIConfigurationListener extends MultiMethodTest { diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java index 596151361294..35a4c1868caf 100755 --- a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java +++ b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationPersistence.java @@ -2,9 +2,9 @@ * * $RCSfile: _XUIConfigurationPersistence.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Date: 2004-02-25 18:12:04 $ + * last change: $Date: 2005-03-01 20:21:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,8 +64,8 @@ package ifc.ui; import com.sun.star.embed.XStorage; import com.sun.star.lang.XServiceInfo; import com.sun.star.uno.UnoRuntime; -import drafts.com.sun.star.ui.XModuleUIConfigurationManagerSupplier; -import drafts.com.sun.star.ui.XUIConfigurationPersistence; +import com.sun.star.ui.XModuleUIConfigurationManagerSupplier; +import com.sun.star.ui.XUIConfigurationPersistence; import lib.MultiMethodTest; public class _XUIConfigurationPersistence extends MultiMethodTest { -- cgit