diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-11-02 14:53:50 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-11-02 14:53:50 +0000 |
commit | 06ce85be7ef1c82ccfdcde92b04ff5c0e6436b86 (patch) | |
tree | 74f8751f8b424b2408d354854a9da7ab8c4c57e4 /stoc/source/javaloader/javaloader.cxx | |
parent | dbd36c77127aea1b12e8de516ace77da6c11d585 (diff) |
#94208# insert com.sun.star.loader.Java
Diffstat (limited to 'stoc/source/javaloader/javaloader.cxx')
-rw-r--r-- | stoc/source/javaloader/javaloader.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index b346a5ed5..445117280 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javaloader.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: jsc $ $Date: 2001-11-02 15:44:59 $ + * last change: $Author: jsc $ $Date: 2001-11-02 15:53:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,9 +117,9 @@ namespace stoc_javaloader { { static Sequence< OUString > seqNames(2); seqNames.getArray()[0] = OUString( - RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.loader.Java2") ); - seqNames.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.loader.Java") ); + seqNames.getArray()[1] = OUString( + RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.loader.Java2") ); pNames = &seqNames; } } |