summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/_XPropertySet.java')
-rw-r--r--sc/qa/complex/dataPilot/_XPropertySet.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java
index e2f57896e277..d163dbef37fb 100644
--- a/sc/qa/complex/dataPilot/_XPropertySet.java
+++ b/sc/qa/complex/dataPilot/_XPropertySet.java
@@ -29,8 +29,6 @@ import com.sun.star.lang.EventObject;
import java.util.Random;
import java.util.StringTokenizer;
import lib.TestParameters;
-// import share.LogWriter;
-//import lib.MultiMethodTest;
import util.ValueChanger;
import util.utils;
@@ -61,11 +59,6 @@ public class _XPropertySet {
private TestParameters param = null;
/**
- * The log writer
- */
- // private LogWriter log = null;
-
- /**
* Flag that indicates change listener was called.
*/
boolean propertyChanged = false;
@@ -523,9 +516,6 @@ public class _XPropertySet {
if (name.startsWith("LayerName")) isWritable = false;
if (name.startsWith("Line")) isWritable = false;
- //if (name.equals("xinterfaceA") || name.equals("xtypeproviderA")
- //|| name.equals("arAnyA")) isWritable=false;
-
if ( isWritable && isNotNull ) canChange = isChangeable(name);
if ( isWritable && isNotNull && isBound && canChange) {