summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:41:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 05:59:24 -0600
commitfaabee67550fb8eaebe5f58e224508de81d2c641 (patch)
tree102b91054825b5ff7af4f72905322d39de84f97d /qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
parentRemove visual noise from toolkit (diff)
downloadcore-faabee67550fb8eaebe5f58e224508de81d2c641.tar.gz
core-faabee67550fb8eaebe5f58e224508de81d2c641.zip
Remove visual noise from qadevOOo
Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124 Reviewed-on: https://gerrit.libreoffice.org/8291 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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())
// {