summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/report/XReportDefinition.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/report/XReportDefinition.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/report/XReportDefinition.idl')
-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 247d3ee24ad2..f3cb208c1322 100644
--- a/offapi/com/sun/star/report/XReportDefinition.idl
+++ b/offapi/com/sun/star/report/XReportDefinition.idl
@@ -167,11 +167,11 @@ interface XReportDefinition
on the CommandType.
<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>
+ com::sun::star::sdbc::RowSet::EscapeProcessing
becomes relevant:<br/>
It then can be to used to specify whether the SQL statement should be analyzed on the
client side before sending it to the database server.<br/>
- The default value for <member scope="com::sun::star::sdbc">RowSet::EscapeProcessing</member>
+ The default value for com::sun::star::sdbc::RowSet::EscapeProcessing
is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
which are not standard SQL, to your database.</p>