From 379d13216b7f6594c4290d4ee12031fdb59c0327 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 17 Jun 2005 09:12:30 +0000 Subject: 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. --- jvmfwk/source/fwkbase.hxx | 6 +++--- 1 file 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 getPluginData(); /* returns the file URL to the plugin. - */ rtl::OUString getPluginLibrary(const rtl::OUString& sVendor); -- cgit