Kaydet (Commit) 30176485 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

com.sun.star.table.BorderLine is already handled further up

Change-Id: I104c778e107259904fa4a830d3685a6506250fbb
üst 366e1238
......@@ -641,13 +641,6 @@ public class ValueChanger {
newValue = ST6;
if (oldValue.equals(ST6))
newValue = ST1;
} else if (oldValue instanceof com.sun.star.table.BorderLine) {
com.sun.star.table.BorderLine _newValue = (com.sun.star.table.BorderLine) oldValue;
_newValue.Color += 1000;
_newValue.InnerLineWidth += 2;
_newValue.LineDistance += 3;
_newValue.OuterLineWidth += 3;
newValue = _newValue;
} else if (oldValue instanceof com.sun.star.sheet.DataPilotFieldOrientation) {
com.sun.star.sheet.DataPilotFieldOrientation FO1 = com.sun.star.sheet.DataPilotFieldOrientation.PAGE;
com.sun.star.sheet.DataPilotFieldOrientation FO2 = com.sun.star.sheet.DataPilotFieldOrientation.COLUMN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment