summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/org/openoffice/Runner.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/org/openoffice/Runner.java')
-rw-r--r--qadevOOo/runner/org/openoffice/Runner.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java
index 6aecdf59d11d..5513c0bb17cf 100644
--- a/qadevOOo/runner/org/openoffice/Runner.java
+++ b/qadevOOo/runner/org/openoffice/Runner.java
@@ -39,7 +39,7 @@ public class Runner
private static long m_nStartTime;
- public static long getRunnerStartTime()
+ private static long getRunnerStartTime()
{
return m_nStartTime;
}
@@ -60,7 +60,7 @@ public class Runner
/*
return the time, which is done until last startTime()
*/
- public static long meanTime(long _nCurrentTimer)
+ private static long meanTime(long _nCurrentTimer)
{
if (_nCurrentTimer == 0)
{