[PATCH] fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79

Norbert Thiebaud nthiebaud at gmail.com
Tue Jun 5 16:14:52 PDT 2012


Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150
---
 .../wizards/report/ReportTextImplementation.java   |    1 +
 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 94b4e40..6be5b36 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()))
                         {
-- 
1.7.7.3


--UugvWAfsgieZRqgk--


More information about the LibreOffice mailing list