summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/PerformanceContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/PerformanceContainer.java')
-rw-r--r--qadevOOo/runner/convwatch/PerformanceContainer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/PerformanceContainer.java b/qadevOOo/runner/convwatch/PerformanceContainer.java
index 87612dc00531..31996739da9e 100644
--- a/qadevOOo/runner/convwatch/PerformanceContainer.java
+++ b/qadevOOo/runner/convwatch/PerformanceContainer.java
@@ -116,7 +116,7 @@ public class PerformanceContainer /* extends *//* implements */ {
out.write("storeaspdftime=" + String.valueOf(m_nTime[ StoreAsPDF ]) + ls);
}
- public static double stringToDouble(String _sStr)
+ private static double stringToDouble(String _sStr)
{
double nValue = 0;
try
@@ -130,7 +130,7 @@ public class PerformanceContainer /* extends *//* implements */ {
return nValue;
}
- public static long secondsToMilliSeconds(double _nSeconds)
+ private static long secondsToMilliSeconds(double _nSeconds)
{
return (long)(_nSeconds * 1000.0);
}