summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-03-03 14:01:18 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2010-03-03 14:01:18 +0100
commitb67973f21ad24df3c39f828a5b44a5863764a40b (patch)
tree470f673b2cd5a955ba7e188f58a23492085a9ab0 /qadevOOo/runner/helper
parent6ee33e01b1fbd367ce01dc5650eb9e3c089672ab (diff)
parent46feaa99faff38763a172beddba10f94fed6070e (diff)
CWS-TOOLING: integrate CWS qadev40
Diffstat (limited to 'qadevOOo/runner/helper')
-rwxr-xr-xqadevOOo/runner/helper/PropertyHelper.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/qadevOOo/runner/helper/PropertyHelper.java b/qadevOOo/runner/helper/PropertyHelper.java
index a517f6c0ae41..1b2bdbb9f175 100755
--- a/qadevOOo/runner/helper/PropertyHelper.java
+++ b/qadevOOo/runner/helper/PropertyHelper.java
@@ -63,6 +63,18 @@ public class PropertyHelper
// {
// aSaveProperties = new PropertyValue[0];
// }
+
+// show properties?
+// if (_aPropertyList.size() > 0)
+// {
+// // aSaveProperties = new PropertyValue[_aPropertyList.size()];
+// for (int i = 0;i<_aPropertyList.size(); i++)
+// {
+// PropertyValue aProp = (PropertyValue) _aPropertyList.get(i);
+// showProperty(aProp);
+// }
+// }
+
}
return aSaveProperties;
}