summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-15 10:31:50 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 11:29:33 +0200
commit9edbcbe137411fb00f0e2d8eae8a682fb634c32d (patch)
tree20117931afa16115eb6aa01088d0072112a006e3 /wizards
parentuse AtomicInteger for _life_count (diff)
downloadcore-9edbcbe137411fb00f0e2d8eae8a682fb634c32d.tar.gz
core-9edbcbe137411fb00f0e2d8eae8a682fb634c32d.zip
cid#1326569 Unused value
Change-Id: I7a945e0d299eaf20f8245c6697959885f4ef4ade
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportWizard.java1
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);