summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-05 18:14:52 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-05 18:41:15 -0500
commitf6bc6c351144ae10c29d4747a4c40f80554f272f (patch)
tree2ee4ada9149a300c4ad91820834b0487bf596254 /wizards
parent2787968e044c0c83e7affb0a4c3375178dfa783c (diff)
Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportTextImplementation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
index 94b4e4088976..6be5b36982ce 100644
--- a/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
+++ b/wizards/com/sun/star/wizards/report/ReportTextImplementation.java
@@ -291,6 +291,7 @@ public class ReportTextImplementation extends ReportImplementationHelper impleme
bexecute = getRecordParser().executeCommand(nCommandType); //sMsgQueryCreationImpossible + (char) 13 + sMsgEndAutopilot, sFieldNameList, true);
if (bexecute)
{
+ DBMetaData.CommandObject oCommand = getRecordParser().getQueryByName(sQueryName);
bexecute = getRecordParser().getFields(sFieldNameList, true);
if (bexecute && getRecordParser().hasEscapeProcessing(oCommand.getPropertySet()))
{