diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:22:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 19:22:10 +0000 |
commit | 35efefedf93f3d42fe2269ee99fa9a1af5351215 (patch) | |
tree | d3bcaeea9f3391f442b55edaecc36e58ba06667a /qadevOOo | |
parent | d1fad2da9cee6dcb5da24bac1b0910d74f89de6e (diff) |
INTEGRATION: CWS removedrafts (1.2.72); FILE MERGED
2005/02/18 13:35:52 sw 1.2.72.2: #i43060#
2005/02/18 12:50:46 sw 1.2.72.1: #i43060#
Diffstat (limited to 'qadevOOo')
-rwxr-xr-x | qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java b/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java index 5dde694a25be..5d55b0ee396b 100755 --- a/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java +++ b/qadevOOo/tests/java/ifc/ui/_XUIElementFactoryRegistration.java @@ -2,9 +2,9 @@ * * $RCSfile: _XUIElementFactoryRegistration.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Date: 2004-02-25 18:12:37 $ + * last change: $Date: 2005-03-01 20:22:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,9 +64,9 @@ package ifc.ui; import com.sun.star.beans.PropertyValue; import com.sun.star.lang.XServiceInfo; import com.sun.star.uno.UnoRuntime; -import drafts.com.sun.star.ui.XUIElement; -import drafts.com.sun.star.ui.XUIElementFactory; -import drafts.com.sun.star.ui.XUIElementFactoryRegistration; +import com.sun.star.ui.XUIElement; +import com.sun.star.ui.XUIElementFactory; +import com.sun.star.ui.XUIElementFactoryRegistration; import lib.MultiMethodTest; public class _XUIElementFactoryRegistration extends MultiMethodTest { |