wizards/com/sun/star/wizards/report/ReportWizard.java | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit 5affc580f401614851f21487d4b4932eb25decff Author: Caolán McNamara <caol...@redhat.com> Date: Wed Oct 14 11:39:14 2015 +0100 coverity#1327211 UwF: Unwritten field Change-Id: Id210a19ea068aadcf1316a1c184769ba75e1cf70 diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index 2582ac3..519ea48 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -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)
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits