summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ValueChanger.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/ValueChanger.java')
-rw-r--r--qadevOOo/runner/util/ValueChanger.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
index 8df2feea3ffd..7b63dab6c161 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -21,7 +21,6 @@ package util;
import com.sun.star.awt.Point;
import com.sun.star.beans.PropertyValue;
import com.sun.star.drawing.PolygonFlags;
-//import util.BitmapLoader;
import com.sun.star.uno.Enum ;
import java.lang.reflect.Field ;
import java.lang.reflect.Method ;
@@ -676,14 +675,6 @@ public class ValueChanger {
} else
-// if (oldValue instanceof com.sun.star.text.TableColumnSeparator[]){
-// com.sun.star.text.TableColumnSeparator[] _newValue = (com.sun.star.text.TableColumnSeparator[]) oldValue;
-// com.sun.star.text.TableColumnSeparator sep = new com.sun.star.text.TableColumnSeparator();
-// sep.IsVisible = ! _newValue[0].IsVisible;
-// _newValue[0] = sep;
-// newValue = _newValue;
-// } else
-
if (oldValue instanceof com.sun.star.style.BreakType){
com.sun.star.style.BreakType BT1 = com.sun.star.style.BreakType.COLUMN_AFTER;
com.sun.star.style.BreakType BT2 = com.sun.star.style.BreakType.COLUMN_BEFORE;