From eda52500c72c56149c10f2ef73474b4ac1ae0552 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 5 Nov 2015 13:36:36 +0200 Subject: java:avoid empty if statements Change-Id: I9c66dd5331f422d8d6271157fece2b346d8b3756 --- wizards/com/sun/star/wizards/report/ReportWizard.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index c988036c18c7..469680e38b53 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -467,9 +467,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener { sMessage = m_oResource.getResText(UIConsts.RID_REPORT + 92); } - else - { - } // show a dialog with the error message SystemDialog.showMessageBox(xMSF, "ErrorBox", VclWindowPeerAttribute.OK, sMessage); } -- cgit