summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
index 0b1aa6bf2a03..5fb6f9f66845 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.hxx
@@ -35,11 +35,11 @@ public:
static rtl::Reference<VendorBase> createInstance();
- virtual char const* const* getRuntimePaths(int * size);
+ virtual char const* const* getRuntimePaths(int * size) SAL_OVERRIDE;
virtual bool initialize(
- std::vector<std::pair<OUString, OUString> > props);
- virtual int compareVersions(const OUString& sSecond) const;
+ std::vector<std::pair<OUString, OUString> > props) SAL_OVERRIDE;
+ virtual int compareVersions(const OUString& sSecond) const SAL_OVERRIDE;
};