summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ValueChanger.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 09:54:58 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commit0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch)
tree3d441110176e37c1a6ba2d15a3653d5023863075 /qadevOOo/runner/util/ValueChanger.java
parentd26540bb05b0443e7988da34372c86f88cbf1f6c (diff)
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
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;