summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/MultiPropertyTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/MultiPropertyTest.java')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index a0c93f34896c..10d2a67fb103 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -72,6 +72,7 @@ public class MultiPropertyTest extends MultiMethodTest
/**
* Overrides super.before() to check the service is supported by the object.
*/
+ @Override
protected void before()
{
XServiceInfo xInfo = UnoRuntime.queryInterface(
@@ -102,6 +103,7 @@ public class MultiPropertyTest extends MultiMethodTest
*
* @see MultiMethodTest#invokeTestMethod
*/
+ @Override
protected void invokeTestMethod(Method meth, String methName)
{
if (meth != null)
@@ -513,6 +515,7 @@ public class MultiPropertyTest extends MultiMethodTest
* @return The second value if old value is equal to the first
* one, the first value otherwise.
*/
+ @Override
protected Object getNewValue(String propName, Object old)
{
if (ValueComparer.equalValue(val1, old))