summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-20 17:58:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-20 17:58:44 +0200
commit5dcfbe57c8c35814d0e8e20c7069be340151da8f (patch)
treec5e0a949c00369e20ba3adbc3e3b2120c13e8b73 /jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
parent454f5c3018c6d61d5872f7c23c7590c2157444e4 (diff)
Clean up VendorBase (virtual) member functions
Change-Id: I1377dfded1246c8e96db3addc28489886c7f2d99
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
index 2c2b1b76e58b..d95a9a48afd1 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.hxx
@@ -34,7 +34,6 @@ public:
static rtl::Reference<VendorBase> createInstance();
- using VendorBase::getLibraryPaths;
virtual char const* const* getRuntimePaths(int * size) SAL_OVERRIDE;
virtual char const* const* getLibraryPaths(int* size) SAL_OVERRIDE;
virtual int compareVersions(const OUString& sSecond) const SAL_OVERRIDE;