summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/xml
parent*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/> (diff)
downloadcore-56d158c38cca6de82256e727b7f4c83f311d87b8.tar.gz
core-56d158c38cca6de82256e727b7f4c83f311d87b8.zip
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/ExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/InputSource.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XErrorHandler.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/ExportFilter.idl b/offapi/com/sun/star/xml/ExportFilter.idl
index 8d078ed3244b..498c33023d12 100644
--- a/offapi/com/sun/star/xml/ExportFilter.idl
+++ b/offapi/com/sun/star/xml/ExportFilter.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module xml {
/** describes an export filter for XML-based file formats.
- <p>First, the <method>XExportFilter::exporter</method> method must be
+ <p>First, the XExportFilter::exporter() method must be
called to provide the export component with the target location to
which the data should be exported. Then, the source document's XML
representation will be generated by calling the appropriate methods
diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl b/offapi/com/sun/star/xml/sax/InputSource.idl
index 9bda6e68b0c1..8c8a04b6707b 100644
--- a/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -32,8 +32,8 @@ module com { module sun { module star { module xml { module sax {
source to the parser:
</p>
<ul>
- <li>as the argument of <method>XParser::parseStream</method></li>
- <li>as the return value of <method>XEntityReslover::resolveEntity</method>.
+ <li>as the argument of XParser::parseStream()</li>
+ <li>as the return value of XEntityReslover::resolveEntity().
</li>
</ul>
*/
diff --git a/offapi/com/sun/star/xml/sax/XErrorHandler.idl b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
index db26a9e76276..2906191af601 100644
--- a/offapi/com/sun/star/xml/sax/XErrorHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XErrorHandler.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module xml { module sax {
<p>If a SAX application needs to implement customized error handling,
it must implement this interface and then register an instance with the
- SAX parser using the parser's <method>XParser::setErrorhandler</method>
+ SAX parser using the parser's XParser::setErrorhandler()
method. The parser will then report all errors and warnings through this
interface. </p>