summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/basicrunner/basichelper/Filter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/basicrunner/basichelper/Filter.java')
-rw-r--r--qadevOOo/runner/basicrunner/basichelper/Filter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/basicrunner/basichelper/Filter.java b/qadevOOo/runner/basicrunner/basichelper/Filter.java
index d9616d30e5b2..7a7d2f8e3db4 100644
--- a/qadevOOo/runner/basicrunner/basichelper/Filter.java
+++ b/qadevOOo/runner/basicrunner/basichelper/Filter.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ import com.sun.star.beans.PropertyValue;
* @see com.sun.star.document.XFilter
* @see com.sun.star.lang.XServiceInfo
* @see com.sun.star.lang.XSingleServiceFactory
- */
+ */
public class Filter implements XServiceInfo, XSingleServiceFactory {
/** The service name of this class **/
static final String __serviceName = "basichelper.Filter";
@@ -262,7 +262,7 @@ class FilterThread extends Thread {
FilterImpl.bResult = bOK;
} catch (Exception e) {
ConnectorImpl.aState = "error";
- throw new RuntimeException("Can't filtering exception"
+ throw new RuntimeException("Can't filtering exception"
+ e.toString());
}
}