summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/PerformanceContainer.java
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2010-02-09 11:01:49 +0100
committerLars Langhans <lla@openoffice.org>2010-02-09 11:01:49 +0100
commit3e8044b8783b8b4d9eeb569c391ccb3d4135f749 (patch)
tree84cc8c7f732c8a46394cc4b70d3bd63daa076f99 /qadevOOo/runner/convwatch/PerformanceContainer.java
parent894b4aeefcb008729720dbfa4f8197126bc7d6cd (diff)
qadev40: #161118# remove old main functions
Diffstat (limited to 'qadevOOo/runner/convwatch/PerformanceContainer.java')
-rw-r--r--qadevOOo/runner/convwatch/PerformanceContainer.java27
1 files changed, 14 insertions, 13 deletions
diff --git a/qadevOOo/runner/convwatch/PerformanceContainer.java b/qadevOOo/runner/convwatch/PerformanceContainer.java
index 3846f7c69f10..5a347d92c847 100644
--- a/qadevOOo/runner/convwatch/PerformanceContainer.java
+++ b/qadevOOo/runner/convwatch/PerformanceContainer.java
@@ -235,18 +235,19 @@ public class PerformanceContainer /* extends *//* implements */ {
}
}
- public static void main(String[] args) {
+// public static void main(String[] args) {
+//
+///*
+// BorderRemover a = new BorderRemover();
+// try
+// {
+// a.createNewImageWithoutBorder(args[0], args[1]);
+// }
+// catch(java.io.IOException e)
+// {
+// System.out.println("Exception caught.");
+// }
+// */
+// }
-/*
- BorderRemover a = new BorderRemover();
- try
- {
- a.createNewImageWithoutBorder(args[0], args[1]);
- }
- catch(java.io.IOException e)
- {
- System.out.println("Exception caught.");
- }
- */
- }
}