summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/DocumentConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/DocumentConverter.java')
-rw-r--r--qadevOOo/runner/convwatch/DocumentConverter.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/qadevOOo/runner/convwatch/DocumentConverter.java b/qadevOOo/runner/convwatch/DocumentConverter.java
index 17877459edb2..758037012cdb 100644
--- a/qadevOOo/runner/convwatch/DocumentConverter.java
+++ b/qadevOOo/runner/convwatch/DocumentConverter.java
@@ -234,14 +234,7 @@ public class DocumentConverter extends EnhancedComplexTestCase
}
else
{
- try
- {
- OfficePrint.convertDocument(_sInputFile, _sReferencePath, aGTA);
- }
- catch(ConvWatchCancelException e)
- {
- assure(e.getMessage(), false);
- }
+ OfficePrint.convertDocument(_sInputFile, _sReferencePath, aGTA);
}
if (aGTA.restartOffice())