diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:03:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:03:31 +0000 |
commit | 3bac83229a0b4f2f63500e2a3420a463be9484d2 (patch) | |
tree | 455ce66111346bc1cd7ca5f50f6dc18d687dfa40 /bridges | |
parent | 6955b849c6201cebfc7affed3862aeed0072ad16 (diff) |
INTEGRATION: CWS sb18 (1.3.54); FILE MERGED
2004/05/12 09:11:25 sb 1.3.54.1: #i21150# Adapted to instantiated polymorphic struct types.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java index af746a9c1cc0..77aed4b2aaa6 100644 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug92174_Test.java @@ -2,9 +2,9 @@ * * $RCSfile: Bug92174_Test.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-08-07 14:31:08 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:03:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -package com.sun.star.lib.uno.bridges.java_remote; +package com.sun.star.lib.uno.bridges.javaremote; import com.sun.star.bridge.XBridge; import com.sun.star.bridge.XInstanceProvider; |