From bb6503dd081ebb4d11929ab1946eea8d60dd817c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:21:10 +0200 Subject: *api: convert remaining sed -i "s,\([^<]\+\),\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec --- offapi/com/sun/star/report/XReportDefinition.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/report') diff --git a/offapi/com/sun/star/report/XReportDefinition.idl b/offapi/com/sun/star/report/XReportDefinition.idl index 3477329c13bd..247d3ee24ad2 100644 --- a/offapi/com/sun/star/report/XReportDefinition.idl +++ b/offapi/com/sun/star/report/XReportDefinition.idl @@ -165,7 +165,7 @@ interface XReportDefinition /** is the command which should be executed, the type of command depends on the CommandType. -

In case of a #CommandType of CommandType::COMMAND, +

In case of a #CommandType of CommandType::COMMAND, means in case the #Command specifies an SQL statement, the inherited RowSet::EscapeProcessing becomes relevant:
@@ -215,7 +215,7 @@ interface XReportDefinition

This property is usually present together with the #Command and #CommandType properties, and is evaluated if and only if #CommandType - equals CommandType::COMMAND.

+ equals CommandType::COMMAND.

*/ [attribute,bound] boolean EscapeProcessing; -- cgit