summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/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
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')
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java8
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java4
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetAnnotationAnchor.java2
-rw-r--r--qadevOOo/tests/java/ifc/task/_XInteractionHandler.java4
-rw-r--r--qadevOOo/tests/java/mod/_forms/OGridControlModel.java4
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java2
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java2
7 files changed, 13 insertions, 13 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())
// {
diff --git a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
index b3aee22a9318..396d06bf5d61 100644
--- a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
@@ -59,7 +59,7 @@ public class _XTasksSupplier extends MultiMethodTest {
// int cnt = 0 ;
// boolean result = true ;
// XTask task = null ;
-//
+
// XEnumerationAccess enumAcc = oObj.getTasks() ;
// XEnumeration enum = enumAcc.createEnumeration() ;
// while (enum.hasMoreElements()) {
@@ -78,7 +78,7 @@ public class _XTasksSupplier extends MultiMethodTest {
// result &= (task != null) ;
// }
// log.println("Totaly tasks: " + cnt) ;
-//
+
// if (cnt > 0 && result) tRes.tested("getTasks()", true) ;
log.println("DEPRECATED");
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotationAnchor.java b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotationAnchor.java
index b8b1b87a35c5..8c33d9f4542e 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotationAnchor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetAnnotationAnchor.java
@@ -118,4 +118,4 @@ public class _XSheetAnnotationAnchor extends MultiMethodTest {
return bResult;
}
-} \ No newline at end of file
+} \ No newline at end of file
diff --git a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
index a30e9bcaba92..5e44e9ccf7e8 100644
--- a/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
+++ b/qadevOOo/tests/java/ifc/task/_XInteractionHandler.java
@@ -103,7 +103,7 @@ public class _XInteractionHandler extends MultiMethodTest {
XFrame docFr = xModelDoc.getCurrentController().getFrame() ;
docFr.dispose() ;
- ///*
+ /
try {
Object dsk = msf.createInstance
@@ -124,7 +124,7 @@ public class _XInteractionHandler extends MultiMethodTest {
} catch (com.sun.star.uno.Exception e) {
e.printStackTrace();
- } //
+ }
}
}) ;
thr.start() ;
diff --git a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
index 490162dd6d67..b2e40975be59 100644
--- a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
@@ -244,9 +244,9 @@ public class OGridControlModel extends GenericModelTest {
// HashSet exclude = new HashSet();
-//
+
// exclude.add("FormatKey");
-//
+
// tEnv.addObjRelation("XUpdateBroadcaster.Checker",
// new Checker(m_XFormLoader, m_XPS, m_XCtrl, m_ChangePropertyName, m_ChangePropertyValue));
return tEnv;
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java b/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
index 583979635686..5282155bb56b 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextFrameText.java
@@ -98,7 +98,7 @@ public class SwXTextFrameText extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF() );
// create testobject here
- ////////////////////////////////////
+
try {
oFrame1 = SOfficeFactory.createTextFrame(xTextDoc, 500, 500);
diff --git a/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java b/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
index ddf8ec8440b5..bc2c0ba2bab7 100644
--- a/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
+++ b/qadevOOo/tests/java/mod/_toolkit/UnoTreeControl.java
@@ -67,7 +67,7 @@ public class UnoTreeControl extends TestCase {
protected void cleanup(TestParameters tParam, PrintWriter log) {
// log.println(" disposing xTextDoc ");
-//
+
// util.DesktopTools.closeDoc(xTextDoc);
}