summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
index ae204e227ac0..997793f8c8e6 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -81,11 +81,11 @@ class MalformedVersionException
{
public:
MalformedVersionException();
-
+
MalformedVersionException(const MalformedVersionException &);
-
+
virtual ~MalformedVersionException();
-
+
MalformedVersionException & operator =(const MalformedVersionException &);
};
@@ -103,7 +103,7 @@ public:
The paths are relative file URLs. That is, they always
contain '/' even on windows. The paths are relative
to the installation directory of a JRE.
-
+
The signature of this function must correspond to
getJavaExePaths_func.
@@ -149,7 +149,7 @@ public:
if so, needsRestart returns true.
*/
virtual bool needsRestart() const;
-
+
/* compares versions of this vendor. MUST be overridden
in a derived class.
####################################################
@@ -159,7 +159,7 @@ public:
0 this.version == sSecond
1 this.version > sSecond
-1 this.version < sSEcond
-
+
@throw
MalformedVersionException if the version string was not recognized.
*/