summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_TextFrame.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_TextFrame.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_TextFrame.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_TextFrame.java b/qadevOOo/tests/java/ifc/text/_TextFrame.java
index 9220b863021f..c501654f4a40 100644
--- a/qadevOOo/tests/java/ifc/text/_TextFrame.java
+++ b/qadevOOo/tests/java/ifc/text/_TextFrame.java
@@ -40,6 +40,7 @@ public class _TextFrame extends MultiPropertyTest {
* Property tester which switches two shorts.
*/
protected PropertyTester WModeTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue)
throws java.lang.IllegalArgumentException {
if (oldValue.equals(new Short(com.sun.star.text.WritingMode2.LR_TB)))