diff options
author | Lars Langhans <lla@openoffice.org> | 2010-11-18 13:53:40 +0100 |
---|---|---|
committer | Lars Langhans <lla@openoffice.org> | 2010-11-18 13:53:40 +0100 |
commit | 060633b4b06eb5c64c2710cb6df3027d411b8f7f (patch) | |
tree | 782c02c95ea8708f040e78215c6666b657aa5b6a /qadevOOo/runner/org/openoffice | |
parent | fd8af45f19e3d0acc4887f3b07239875485647b5 (diff) |
rpttestcleanup01: #115649# fix for graphical compare tests in odb report designer documents
Diffstat (limited to 'qadevOOo/runner/org/openoffice')
-rw-r--r-- | qadevOOo/runner/org/openoffice/Runner.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java index f6397deb3e2b..ca995bc9b4f4 100644 --- a/qadevOOo/runner/org/openoffice/Runner.java +++ b/qadevOOo/runner/org/openoffice/Runner.java @@ -184,7 +184,7 @@ public class Runner public static boolean run(String... args) { - System.out.println("OOoRunner Main() version from 20100922 (yyyymmdd)"); + System.out.println("OOoRunner Main() version from 20101118 (yyyymmdd)"); setStartTime(getTime()); |