Kaydet (Commit) 5affc580 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327211 UwF: Unwritten field

Change-Id: Id210a19ea068aadcf1316a1c184769ba75e1cf70
üst 2fd8707f
......@@ -52,8 +52,6 @@ import java.util.Map;
public class ReportWizard extends DatabaseObjectWizard implements XTextListener
{
private FieldSelection CurGroupFieldSelection;
private SortingComponent CurSortingComponent;
private TitlesComponent CurTitlesComponent;
private CommandFieldSelection CurDBCommandFieldSelection;
......@@ -652,11 +650,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
enableWizardSteps(NewItems);
toggleSortingPage();
}
else
{
boolean bEnabled = (CurGroupFieldSelection.getSelectedFieldNames().length > 0);
Helper.setUnoPropertyValue(getRoadmapItemByID(SOGROUPPAGE), PropertyNames.PROPERTY_ENABLED, bEnabled);
}
}
public void shiftFromRightToLeft(String[] SelItems, String[] NewItems)
......@@ -667,11 +660,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
enableWizardSteps(NewItems);
CurDBCommandFieldSelection.setModified(true);
}
else
{
boolean bEnabled = (CurGroupFieldSelection.getSelectedFieldNames().length > 0);
Helper.setUnoPropertyValue(getRoadmapItemByID(SOGROUPPAGE), PropertyNames.PROPERTY_ENABLED, bEnabled);
}
}
public void moveItemDown(String item)
......
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