summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
index 5e3049c73495..1ffc66ee2624 100644
--- a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
+++ b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
@@ -75,15 +75,12 @@ public class _ShapeDescriptor extends MultiMethodTest {
try {
- //waitForAllThreads();
gValue = oObj.getPropertyValue(name);
- //waitForAllThreads();
if (!ro) {
ValueToSet = ValueChanger.changePValue(gValue);
if ( name.equals("Style") ) {
ValueToSet = newStyle(gValue);
}
- //waitForAllThreads();
oObj.setPropertyValue(name,ValueToSet);
sValue = oObj.getPropertyValue(name);
}