diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:03:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:03:16 +0000 |
commit | 6955b849c6201cebfc7affed3862aeed0072ad16 (patch) | |
tree | 41dcb9a6b222c9317c86920b3ef9373ab7b9ee45 /bridges/test/com | |
parent | 8048c4db1110ec1c9799c8a93cfd30942a2f29a1 (diff) |
INTEGRATION: CWS sb18 (1.2.8); FILE MERGED
2004/05/12 09:11:24 sb 1.2.8.1: #i21150# Adapted to instantiated polymorphic struct types.
Diffstat (limited to 'bridges/test/com')
-rw-r--r-- | bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java index ef802957ea0f..be8db8393ac9 100644 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug114133_Test.java @@ -2,9 +2,9 @@ * * $RCSfile: Bug114133_Test.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-03-25 14:57:56 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:03:16 $ * * 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; |