summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-01 10:39:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-01 13:30:59 +0100
commitdd8060ddc418942d51bb07313546fe849aac9d39 (patch)
tree1a083a8d84458ff9d38c3120f437873cb4ae3bc9 /jvmfwk
parentaf318eeb4e23694e17b09b902afb98ddf9da9b7b (diff)
loplugin:finalclasses in h*,i*,j*
Change-Id: I3b5f319a88dbe6a9c2ffbfdf991345beda9a2fcd Reviewed-on: https://gerrit.libreoffice.org/44154 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
index 9f3283795e44..5e86612897f9 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
@@ -49,10 +49,8 @@ namespace jfw_plugin {
To test if the version is ok, that is this object can be compared to others,
use the bool conversion operator.
*/
-class SunVersion
+class SunVersion final
{
-protected:
-
enum PreRelease
{
Rel_NONE,
@@ -103,7 +101,7 @@ public:
*/
OUString usVersion;
-protected:
+private:
bool init(const char * szVer);
bool m_bValid;