summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/IDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/IDocument.java')
-rw-r--r--qadevOOo/runner/graphical/IDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/IDocument.java b/qadevOOo/runner/graphical/IDocument.java
index 3f724d5c5d9c..e23ddd4b91a1 100644
--- a/qadevOOo/runner/graphical/IDocument.java
+++ b/qadevOOo/runner/graphical/IDocument.java
@@ -40,7 +40,7 @@ public interface IDocument
* @param _sDocument
* @param _sResult
* @param _aParams
- * @throws graphical.DocumentLoaderException
+ * @throws OfficeException
*/
public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
}