diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:54:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:54:27 +0000 |
commit | b584f2d6838a9a3665cce401224829984a09f226 (patch) | |
tree | a09ad599b9c3a6f10c5f3b3db05c0cd2d4500495 /jvmfwk | |
parent | 0f1f80e677d01a38ff5ea6a89608a12944743415 (diff) |
INTEGRATION: CWS jl8 (1.5.4); FILE MERGED
2004/06/24 13:02:03 jl 1.5.4.1: #i30342#
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/elements.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx index 0141e75ce215..f2e14cca5093 100644 --- a/jvmfwk/source/elements.hxx +++ b/jvmfwk/source/elements.hxx @@ -2,9 +2,9 @@ * * $RCSfile: elements.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jl $ $Date: 2004-05-13 11:15:02 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:54:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -381,7 +381,7 @@ struct PluginLibrary { /** contains the vendor string which is later userd in the xml API */ - rtl::OString sVendor; + rtl::OUString sVendor; /** File URL the plug-in library */ rtl::OUString sPath; |