summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorTim Hardeck <thardeck@suse.com>2011-11-09 17:50:55 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-11-10 14:28:57 +0000
commit59445b80e7d00fc3c998352cb0f20bb2ba810583 (patch)
tree2d9cc96275aac6225486dedb37dd8f257eef5593 /qadevOOo/tests
parentc1bd2a254b4a22a02d515b084dabafe963f175ff (diff)
removed leftovers of the Simple Handles option
Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/basic/ifc/sheet/SpreadsheetViewSettings/sheet_SpreadsheetViewSettings.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/text/ViewSettings/text_ViewSettings.xba2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java1
-rw-r--r--qadevOOo/tests/java/ifc/text/_ViewSettings.java1
4 files changed, 0 insertions, 6 deletions
diff --git a/qadevOOo/tests/basic/ifc/sheet/SpreadsheetViewSettings/sheet_SpreadsheetViewSettings.xba b/qadevOOo/tests/basic/ifc/sheet/SpreadsheetViewSettings/sheet_SpreadsheetViewSettings.xba
index c448552f7e29..54505745b541 100644
--- a/qadevOOo/tests/basic/ifc/sheet/SpreadsheetViewSettings/sheet_SpreadsheetViewSettings.xba
+++ b/qadevOOo/tests/basic/ifc/sheet/SpreadsheetViewSettings/sheet_SpreadsheetViewSettings.xba
@@ -74,8 +74,6 @@ On Error Goto ErrHndl
PropertyTester.TestProperty("ShowPageBreaks")
- PropertyTester.TestProperty("SolidHandles")
-
PropertyTester.TestProperty("ShowObjects")
PropertyTester.TestProperty("ShowCharts")
diff --git a/qadevOOo/tests/basic/ifc/text/ViewSettings/text_ViewSettings.xba b/qadevOOo/tests/basic/ifc/text/ViewSettings/text_ViewSettings.xba
index 2cb84a4ad92f..adc227dae8f9 100644
--- a/qadevOOo/tests/basic/ifc/text/ViewSettings/text_ViewSettings.xba
+++ b/qadevOOo/tests/basic/ifc/text/ViewSettings/text_ViewSettings.xba
@@ -95,8 +95,6 @@ On Error Goto ErrHndl
PropertyTester.TestProperty("SmoothScrolling")
- PropertyTester.TestProperty("SolidMarkHandles")
-
PropertyTester.TestProperty("IsVertRulerRightAligned")
Dim zoomTypes As Variant
diff --git a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
index c857b2420020..f09760e94723 100644
--- a/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
+++ b/qadevOOo/tests/java/ifc/sheet/_SpreadsheetViewSettings.java
@@ -49,7 +49,6 @@ import lib.MultiPropertyTest;
* <li><code> ShowHelpLines</code></li>
* <li><code> ShowAnchor</code></li>
* <li><code> ShowPageBreaks</code></li>
-* <li><code> SolidHandles</code></li>
* <li><code> ShowObjects</code></li>
* <li><code> ShowCharts</code></li>
* <li><code> ShowDrawing</code></li>
diff --git a/qadevOOo/tests/java/ifc/text/_ViewSettings.java b/qadevOOo/tests/java/ifc/text/_ViewSettings.java
index dbb721832742..7a40ee0af468 100644
--- a/qadevOOo/tests/java/ifc/text/_ViewSettings.java
+++ b/qadevOOo/tests/java/ifc/text/_ViewSettings.java
@@ -56,7 +56,6 @@ import lib.MultiPropertyTest;
* <li><code> ShowVertRuler</code></li>
* <li><code> ShowVertScrollBar</code></li>
* <li><code> SmoothScrolling</code></li>
- * <li><code> SolidMarkHandles</code></li>
* <li><code> IsVertRulerRightAligned</code></li>
* <li><code> ShowOnlineLayout</code></li>
* <li><code> ZoomType</code></li>