diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-05 18:14:52 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-05 18:14:52 -0500 |
commit | b255de87082d11a42d7af7860dcc4e971342df06 (patch) | |
tree | 82053de9f27f2c51ab1eae259a69beb072785b3d /wizards | |
parent | 33839f90e6f8275a584b483827585a6da05aab75 (diff) |
fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79
Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/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 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())) { |