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.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/runner/graphical/IDocument.java b/qadevOOo/runner/graphical/IDocument.java
index e0cee8aa7c43..ef07299d87d1 100644
--- a/qadevOOo/runner/graphical/IDocument.java
+++ b/qadevOOo/runner/graphical/IDocument.java
@@ -22,10 +22,6 @@ public interface IDocument
{
/**
* Call this for each document
- * @param _sDocument
- * @param _sResult
- * @param _aParams
- * @throws OfficeException
*/
public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
}