summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:09:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:09:04 +0000
commitfe63c51267f266ee10ab2cecc234d29bc7299765 (patch)
tree1b1fdfee769db3d451db02ae3e2a06a8842ecff6 /jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
parent8c320798c5242c40ec7c25cd66bee68db8908399 (diff)
INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED
2005/10/27 15:08:47 pl 1.3.6.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
index 7fdcf6e9da81..ae47c8a8c02e 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: otherjre.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:30:39 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:09:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,6 +50,7 @@ public:
static rtl::Reference<VendorBase> createInstance();
+ using VendorBase::getLibraryPaths;
virtual char const* const* getRuntimePaths(int * size);
virtual char const* const* getLibraryPaths(int* size);
virtual int compareVersions(const rtl::OUString& sSecond) const;