diff options
Diffstat (limited to 'jvmfwk/source/fwkbase.hxx')
-rw-r--r-- | jvmfwk/source/fwkbase.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx index 89e7b570af03..a8efc2a119ea 100644 --- a/jvmfwk/source/fwkbase.hxx +++ b/jvmfwk/source/fwkbase.hxx @@ -34,19 +34,6 @@ class VendorSettings public: VendorSettings(); - /** Gets all plugin library URLs with the corresponding vendor name. - - It uses the /javaSelection/plugins/library element from the javavendors.xml - to locate the library. - Is is verified that the plug-in exist. If a plug-in does not exist then an - exception is thrown containing the error JFW_E_CONFIGURATION - */ - ::std::vector<PluginLibrary> getPluginData(); - - /* returns the file URL to the plugin. - */ - OUString getPluginLibrary(const OUString& sVendor); - VersionInfo getVersionInformation(const OUString & sVendor); ::std::vector< OUString> getSupportedVendors(); |