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 ef07299d87d1..99105b3d0582 100644
--- a/qadevOOo/runner/graphical/IDocument.java
+++ b/qadevOOo/runner/graphical/IDocument.java
@@ -23,5 +23,5 @@ public interface IDocument
/**
* Call this for each document
*/
- public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
+ void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
}