summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/report
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportDefinition.idl4
1 files changed, 2 insertions, 2 deletions
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.
- <p>In case of a #CommandType of <member>CommandType::COMMAND</member>,
+ <p>In case of a #CommandType of CommandType::COMMAND,
means in case the #Command specifies an SQL statement, the inherited
<member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
becomes relevant:<br/>
@@ -215,7 +215,7 @@ interface XReportDefinition
<p>This property is usually present together with the #Command and
#CommandType properties, and is evaluated if and only if #CommandType
- equals <member>CommandType::COMMAND</member>.</p>
+ equals CommandType::COMMAND.</p>
*/
[attribute,bound] boolean EscapeProcessing;