diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:02:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:02:46 +0000 |
commit | 48474a3485ff8247bc045faa56210011a86f1ab7 (patch) | |
tree | 4f02293d226c5915e23b324170c510d513fb48c8 /bridges | |
parent | bfbb44542601477b5eb0863d5c81aa2b7971aa50 (diff) |
INTEGRATION: CWS sb18 (1.2.58); FILE MERGED
2004/05/12 09:11:24 sb 1.2.58.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/Bug110892_Test.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java index 0df122a9097b..a6f348b0712d 100644 --- a/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java +++ b/bridges/test/com/sun/star/lib/uno/bridges/java_remote/Bug110892_Test.java @@ -2,9 +2,9 @@ * * $RCSfile: Bug110892_Test.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-08-13 17:20:46 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:02:46 $ * * 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; |