From fe63c51267f266ee10ab2cecc234d29bc7299765 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:09:04 +0000 Subject: 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 --- jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx') 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 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; -- cgit