summaryrefslogtreecommitdiff
path: root/svl/qa
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:44:28 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2014-02-25 21:20:26 +0000
commit31ea60c882cd9e0ce042f2d2945c711bffc93f18 (patch)
tree888301e0a0394157feb6c68df36a0cad9e1fb9d3 /svl/qa
parentd5688e16e72aea26b2bf281efc71e9fadf74944c (diff)
Remove visual noise from svl
Change-Id: Ib914ec8d161e24f4e3e1fb8e7684a780d3ae6209 Reviewed-on: https://gerrit.libreoffice.org/8319 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'svl/qa')
-rw-r--r--svl/qa/complex/ConfigItems/CheckConfigItems.java28
1 files changed, 14 insertions, 14 deletions
diff --git a/svl/qa/complex/ConfigItems/CheckConfigItems.java b/svl/qa/complex/ConfigItems/CheckConfigItems.java
index 292ec461f8ce..73ca7b7aef65 100644
--- a/svl/qa/complex/ConfigItems/CheckConfigItems.java
+++ b/svl/qa/complex/ConfigItems/CheckConfigItems.java
@@ -32,16 +32,16 @@ import org.junit.Test;
import org.openoffice.test.OfficeConnection;
// import static org.junit.Assert.*;
-//-----------------------------------------------
+
/** @short todo document me
* @deprecated this tests seems no longer work as expected.
*/
public class CheckConfigItems
{
- //-------------------------------------------
+
// some const
- //-------------------------------------------
+
// member
/** points to the global uno service manager. */
@@ -50,10 +50,10 @@ public class CheckConfigItems
/** implements real config item tests in C++. */
private XJob m_xTest = null;
- //-------------------------------------------
+
// test environment
- //-------------------------------------------
+
/** @short A function to tell the framework,
which test functions are available.
@@ -73,7 +73,7 @@ public class CheckConfigItems
// };
// }
- //-------------------------------------------
+
/** @short Create the environment for following tests.
* @throws java.lang.Exception
@@ -92,7 +92,7 @@ public class CheckConfigItems
m_xTest = UnoRuntime.queryInterface(XJob.class, m_xSmgr.createInstance("com.sun.star.comp.svl.ConfigItemTest"));
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @short close the environment.
@@ -106,7 +106,7 @@ public class CheckConfigItems
m_xSmgr = null;
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -117,7 +117,7 @@ public class CheckConfigItems
impl_triggerTest("checkPicklist");
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -128,7 +128,7 @@ public class CheckConfigItems
impl_triggerTest("checkURLHistory");
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -139,7 +139,7 @@ public class CheckConfigItems
impl_triggerTest("checkHelpBookmarks");
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -150,7 +150,7 @@ public class CheckConfigItems
// impl_triggerTest("checkPrintOptions");
// }
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -161,7 +161,7 @@ public class CheckConfigItems
impl_triggerTest("checkAccessibilityOptions");
}
- //-------------------------------------------
+
/**
* @throws java.lang.Exception
* @todo document me
@@ -172,7 +172,7 @@ public class CheckConfigItems
impl_triggerTest("checkUserOptions");
}
- //-------------------------------------------
+
/** @todo document me
*/
private void impl_triggerTest(String sTest)