diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:38 +0000 |
commit | f625aac94858c0b13e394d2120332a4a88ec82fb (patch) | |
tree | 0b5c8b6b02eb2f7fc58f24c5253baeb19f6909d5 /jvmfwk | |
parent | 645b23834cb2a6daad6ec5ff3608b283bc2ef3de (diff) |
INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED
2005/10/27 15:08:48 pl 1.4.6.1: #i55991# removed warnings for solaris platform
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx index ecb2fa22b3ab..79d823361bd1 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sunjre.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:31:26 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:09:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,6 +49,7 @@ public: static rtl::Reference<VendorBase> createInstance(); + using VendorBase::getLibraryPaths; virtual char const* const* getRuntimePaths(int * size); virtual char const* const* getLibraryPaths(int* size); |