diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:20:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:20:53 +0000 |
commit | fc5c4f0c7fd2354100208ca8fe1831393718e9df (patch) | |
tree | 34ed829488467d8a73bad30dc726872e785a29dd /qadevOOo | |
parent | c34edd3383e660be9a5a705f4a562c287a423b12 (diff) |
INTEGRATION: CWS removedrafts (1.4.22); FILE MERGED
2005/02/18 13:35:51 sw 1.4.22.2: #i43060#
2005/02/18 12:50:45 sw 1.4.22.1: #i43060#
Diffstat (limited to 'qadevOOo')
-rwxr-xr-x | qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java index 0a09bc798353..eefc9c48bcb8 100755 --- a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java +++ b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java @@ -2,9 +2,9 @@ * * $RCSfile: _XUIConfigurationManager.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Date: 2005-02-24 17:34:14 $ + * last change: $Date: 2005-03-01 20:20:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,10 +73,10 @@ import com.sun.star.uno.Type; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; import com.sun.star.uno.XInterface; -import drafts.com.sun.star.ui.UIElementType; -import drafts.com.sun.star.ui.XImageManager; -import drafts.com.sun.star.ui.XModuleUIConfigurationManagerSupplier; -import drafts.com.sun.star.ui.XUIConfigurationManager; +import com.sun.star.ui.UIElementType; +import com.sun.star.ui.XImageManager; +import com.sun.star.ui.XModuleUIConfigurationManagerSupplier; +import com.sun.star.ui.XUIConfigurationManager; import java.io.PrintWriter; import lib.MultiMethodTest; |