summaryrefslogtreecommitdiffstats
path: root/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:10:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:10:20 +0000
commitf648a9a5190396f7d0e8929027e8e9bb2521c9a5 (patch)
tree84844a685367ddde3f97c45d68d6448ff72304e2 /jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
parentINTEGRATION: CWS warnings01 (1.9.14); FILE MERGED (diff)
downloadcore-f648a9a5190396f7d0e8929027e8e9bb2521c9a5.tar.gz
core-f648a9a5190396f7d0e8929027e8e9bb2521c9a5.zip
INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED
2005/10/28 10:13:55 sb 1.4.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
index 9f4540c2487d..4bcfaa6448e7 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vendorbase.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:32:45 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:10:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -223,12 +223,12 @@ bool VendorBase::initialize(vector<pair<OUString, OUString> > props)
return true;
}
-char const* const* VendorBase::getRuntimePaths(int* size)
+char const* const* VendorBase::getRuntimePaths(int* /*size*/)
{
return NULL;
}
-char const* const* VendorBase::getLibraryPaths(int* size)
+char const* const* VendorBase::getLibraryPaths(int* /*size*/)
{
return NULL;
}
@@ -268,7 +268,7 @@ bool VendorBase::needsRestart() const
return false;
}
-int VendorBase::compareVersions(const rtl::OUString& sSecond) const
+int VendorBase::compareVersions(const rtl::OUString& /*sSecond*/) const
{
OSL_ENSURE(0, "[Java framework] VendorBase::compareVersions must be "
"overridden in derived class.");