diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-15 10:31:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-15 11:29:33 +0200 |
commit | 9edbcbe137411fb00f0e2d8eae8a682fb634c32d (patch) | |
tree | 20117931afa16115eb6aa01088d0072112a006e3 /wizards/com | |
parent | 846135c4c9eaedd18b2e01826860337c1b269664 (diff) |
cid#1326569 Unused value
Change-Id: I7a945e0d299eaf20f8245c6697959885f4ef4ade
Diffstat (limited to 'wizards/com')
-rw-r--r-- | wizards/com/sun/star/wizards/report/ReportWizard.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportWizard.java b/wizards/com/sun/star/wizards/report/ReportWizard.java index d14b46fe6a10..c988036c18c7 100644 --- a/wizards/com/sun/star/wizards/report/ReportWizard.java +++ b/wizards/com/sun/star/wizards/report/ReportWizard.java @@ -271,7 +271,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener String sCommand = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMMAND); if (bHasEscapeProcessing) { - bQueryCreated = (!sCommand.equals(PropertyNames.EMPTY_STRING)); if (m_reportDocument instanceof ReportTextImplementation) { sqlQueryComposer.m_xQueryAnalyzer.setQuery(sCommand); |