summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java')
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index d5b16eca17e5..c19f13fe18fb 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -592,17 +592,17 @@ public class CheckModuleAPI extends ComplexTestCase
// class _FolderFilter implements FileFilter
// {
-//
+
// private String mFolderName;
-//
+
// public FolderFilter(String folderName)
// {
// mFolderName = folderName;
// }
-//
+
// public boolean accept_(File pathname)
// {
-//
+
// boolean found = false;
// if (pathname.isDirectory())
// {