From 083a338fe2192879c8d00199f3df30e7468ee052 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 8 Sep 2003 09:47:22 +0000 Subject: INTEGRATION: CWS qadev11 (1.1.28); FILE MERGED 2003/09/03 14:58:37 sw 1.1.28.1: #112049# --- .../tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java | 7 ++++--- qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java | 7 ++++--- .../tests/java/ifc/linguistic2/_XSearchableDictionaryList.java | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'qadevOOo/tests/java/ifc/linguistic2') diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java index 6664295ee900..1e4195690f39 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceEventBroadcaster.java @@ -2,9 +2,9 @@ * * $RCSfile: _XLinguServiceEventBroadcaster.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:11:07 $ + * last change:$Date: 2003-09-08 10:47:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,11 +61,12 @@ package ifc.linguistic2; +import lib.MultiMethodTest; + import com.sun.star.lang.EventObject; import com.sun.star.linguistic2.LinguServiceEvent; import com.sun.star.linguistic2.XLinguServiceEventBroadcaster; import com.sun.star.linguistic2.XLinguServiceEventListener; -import lib.MultiMethodTest; /** * Testing com.sun.star.linguistic2.XLinguServiceEventBroadcaster diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java index 7205b96f8cfd..59310a0a656a 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XLinguServiceManager.java @@ -2,9 +2,9 @@ * * $RCSfile: _XLinguServiceManager.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:11:06 $ + * last change:$Date: 2003-09-08 10:47:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,8 @@ package ifc.linguistic2; +import lib.MultiMethodTest; + import com.sun.star.lang.EventObject; import com.sun.star.lang.Locale; import com.sun.star.linguistic2.LinguServiceEvent; @@ -69,7 +71,6 @@ import com.sun.star.linguistic2.XLinguServiceEventListener; import com.sun.star.linguistic2.XLinguServiceManager; import com.sun.star.linguistic2.XSpellChecker; import com.sun.star.linguistic2.XThesaurus; -import lib.MultiMethodTest; /** *Testing com.sun.star.linguistic2.XLinguServiceManager diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XSearchableDictionaryList.java b/qadevOOo/tests/java/ifc/linguistic2/_XSearchableDictionaryList.java index 07588904adc0..215f9faf4f3a 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XSearchableDictionaryList.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XSearchableDictionaryList.java @@ -2,9 +2,9 @@ * * $RCSfile: _XSearchableDictionaryList.java,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change:$Date: 2003-01-27 18:11:05 $ + * last change:$Date: 2003-09-08 10:47:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,10 +61,11 @@ package ifc.linguistic2; +import lib.MultiMethodTest; + import com.sun.star.lang.Locale; import com.sun.star.linguistic2.XDictionaryEntry; import com.sun.star.linguistic2.XSearchableDictionaryList; -import lib.MultiMethodTest; /** * Testing com.sun.star.linguistic2.XSearchableDictionaryList -- cgit