summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/xml/sax
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/xml/sax')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastAttributeList.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/XFastContextHandler.idl4
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
index 8bcd45062347..509bcf823061 100644
--- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
+++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
@@ -96,7 +96,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface
@returns
If the attribute is available it returns the integer token of the value
from the attribute or FastToken::Invalid.
- If not the value of <param>Default</param> is returned.
+ If not the value of <code>Default</code> is returned.
*/
long getOptionalValueToken( [in] long Token, [in] long Default );
diff --git a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
index a9996af32195..3acc13525499 100644
--- a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl
@@ -47,7 +47,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
registered at the XFastParser.<br>
If the element has a namespace that was registered with the
- XFastParser, <param>Element</param> contains the integer
+ XFastParser, <code>Element</code> contains the integer
token of the elements local name from the XFastTokenHandler
and the integer token of the namespace combined with an arithmetic
<b>or</b> operation.
@@ -96,7 +96,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface
registered at the XFastParser.
<br>If the element has a namespace that was registered with the
- XFastParser, <param>Element</param> contains the
+ XFastParser, <code>Element</code> contains the
integer token of the elements local name from the
XFastTokenHandler and the integer token of the
namespace combined with an arithmetic <b>or</b> operation.