diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:12:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 09:12:30 +0000 |
commit | 379d13216b7f6594c4290d4ee12031fdb59c0327 (patch) | |
tree | ff1fb48ef33672ba304385284b4e8f606f83e8b0 /jvmfwk | |
parent | 096acf9895fc276b1ffd7c3d99e087ccde289c23 (diff) |
INTEGRATION: CWS sb31 (1.3.22); FILE MERGED
2005/04/18 14:30:00 sb 1.3.22.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/fwkbase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx index 42947d4531c6..1668b6316982 100644 --- a/jvmfwk/source/fwkbase.hxx +++ b/jvmfwk/source/fwkbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fwkbase.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-12-16 11:48:06 $ + * last change: $Author: obo $ $Date: 2005-06-17 10:12:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ namespace jfw class VendorSettings { + rtl::OUString m_xmlDocVendorSettingsFileUrl; CXmlDocPtr m_xmlDocVendorSettings; CXPathContextPtr m_xmlPathContextVendorSettings; @@ -83,7 +84,6 @@ public: std::vector<PluginLibrary> getPluginData(); /* returns the file URL to the plugin. - */ rtl::OUString getPluginLibrary(const rtl::OUString& sVendor); |