summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
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;