summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
index 62a56e1d1a56..4b6409845b0d 100644
--- a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
@@ -71,8 +71,6 @@ public class _XViewDataSupplier extends MultiMethodTest {
oldProps = (PropertyValue[])xAccess.getByIndex(0);
newProps = new PropertyValue[oldProps.length];
for (int j=0; j<oldProps.length; j++) {
-// log.println("Name: " + oldProps[j].Name);
-// log.println("Value: " + oldProps[j].Value.toString());
newProps[j] = new PropertyValue();
newProps[j].Name = oldProps[j].Name;
newProps[j].Handle = oldProps[j].Handle;
@@ -97,8 +95,6 @@ public class _XViewDataSupplier extends MultiMethodTest {
if (count > 0) {
oldProps = (PropertyValue[])xAccess.getByIndex(0);
for (int j=0; j<oldProps.length; j++) {
-// log.println("Name: " + oldProps[j].Name);
-// log.println("Value: " + oldProps[j].Value.toString());
if (oldProps[j].Name.equals("ViewId")) {
retValue = (String)newProps[j].Value;
}