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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/graphical/IDocument.java b/qadevOOo/runner/graphical/IDocument.java
index e23ddd4b91a1..da6135559154 100644
--- a/qadevOOo/runner/graphical/IDocument.java
+++ b/qadevOOo/runner/graphical/IDocument.java
@@ -1,8 +1,8 @@
/*
* ************************************************************************
- *
+ *
* 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
@@ -40,7 +40,7 @@ public interface IDocument
* @param _sDocument
* @param _sResult
* @param _aParams
- * @throws OfficeException
+ * @throws OfficeException
*/
public void checkOneFile(String _sDocument, String _sResult, ParameterHelper _aParams) throws OfficeException;
}