[Libreoffice-commits] .: Branch 'libreoffice-3-6' - wizards/com
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Tue Jun 5 16:41:30 PDT 2012
wizards/com/sun/star/wizards/report/ReportTextImplementation.java | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f6bc6c351144ae10c29d4747a4c40f80554f272f
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jun 5 18:14:52 2012 -0500
fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79
Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150
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()))
{
More information about the Libreoffice-commits
mailing list