From f6bc6c351144ae10c29d4747a4c40f80554f272f Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 5 Jun 2012 18:14:52 -0500 Subject: fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79 Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150 --- wizards/com/sun/star/wizards/report/ReportTextImplementation.java | 1 + 1 file changed, 1 insertion(+) (limited to 'wizards/com') 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())) { -- cgit