summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_DataPilotField.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_DataPilotField.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java b/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
index f16b968082f6..13debc4a32cd 100644
--- a/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
+++ b/qadevOOo/tests/java/ifc/sheet/_DataPilotField.java
@@ -40,6 +40,7 @@ public class _DataPilotField extends MultiPropertyTest {
*This class is destined to custom test of property <code>SortInfo</code>.
*/
protected PropertyTester SortInfoTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
DataPilotFieldSortInfo sortInfo = new DataPilotFieldSortInfo();
sortInfo.Mode = com.sun.star.sheet.DataPilotFieldSortMode.MANUAL;
@@ -66,6 +67,7 @@ public class _DataPilotField extends MultiPropertyTest {
*This class is destined to custom test of property <code>LayoutInfo</code>.
*/
protected PropertyTester LayoutInfoTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
DataPilotFieldLayoutInfo layoutInfo = new DataPilotFieldLayoutInfo();
layoutInfo.LayoutMode = com.sun.star.sheet.DataPilotFieldLayoutMode.OUTLINE_SUBTOTALS_BOTTOM;
@@ -91,6 +93,7 @@ public class _DataPilotField extends MultiPropertyTest {
*This class is destined to custom test of property <code>AutoShowInfo</code>.
*/
protected PropertyTester AutoShowInfoTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
DataPilotFieldAutoShowInfo AutoShowInfo = new DataPilotFieldAutoShowInfo();
AutoShowInfo.DataField = "Col1";
@@ -116,6 +119,7 @@ public class _DataPilotField extends MultiPropertyTest {
*This class is destined to custom test of property <code>Reference</code>.
*/
protected PropertyTester ReferenceTester = new PropertyTester() {
+ @Override
protected Object getNewValue(String propName, Object oldValue) {
DataPilotFieldReference Reference = new DataPilotFieldReference();
Reference.ReferenceField="Col1";