summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-05 13:36:36 +0200
committerNoel Grandin <noel@peralex.com>2015-11-05 13:43:02 +0200
commiteda52500c72c56149c10f2ef73474b4ac1ae0552 (patch)
tree59af47d32f1de7e33c7d0880b04972b02fbf7a7b /wizards
parentff3b3bed94b809acbb5b4eb6e52f9b6d8b9398ee (diff)
java:avoid empty if statements
Change-Id: I9c66dd5331f422d8d6271157fece2b346d8b3756
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportWizard.java3
1 files changed, 0 insertions, 3 deletions
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);
}