summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/xml
parent*api: convert <const scope="foo"> (diff)
downloadcore-d11a7b5eb1b127c4f60367ecaeb64868313002d6.tar.gz
core-d11a7b5eb1b127c4f60367ecaeb64868313002d6.zip
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastAttributeList.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XFastTokenHandler.idl8
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
index 1437ceaebae1..25ff2f914f6a 100644
--- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
+++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
@@ -69,7 +69,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface
<b>or</b> operation.
@returns
- The integer token of the value from the attribute or <const>FastToken::Invalid</const>
+ The integer token of the value from the attribute or FastToken::Invalid
@throws SAXEXception
if the attribute is not available
@@ -95,7 +95,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 <const>FastToken::Invalid</const>.
+ from the attribute or FastToken::Invalid.
If not the value of <param>Default</param> is returned.
*/
diff --git a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
index ea62913731d8..52233922b389 100644
--- a/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
+++ b/offapi/com/sun/star/xml/sax/XFastTokenHandler.idl
@@ -32,8 +32,8 @@ module com { module sun { module star { module xml { module sax {
attribute local names and constant attribute values) to integer tokens.
A token value must be greater or equal to zero and less than
- <const>FastToken::NAMESPACE</const>. If a string identifier is not known
- to this instance, <const>FastToken::DONTKNOW</const> is returned.
+ FastToken::NAMESPACE. If a string identifier is not known
+ to this instance, FastToken::DONTKNOW is returned.
*/
interface XFastTokenHandler: com::sun::star::uno::XInterface
{
@@ -41,7 +41,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface
/** returns a integer token for the given string identifier.
@returns
- a unique integer token for the given String or <const>FastToken::DONTKNOW</const>
+ a unique integer token for the given String or FastToken::DONTKNOW
if the identifier is not known to this instance.
*/
long getToken( [in] string Identifier );
@@ -58,7 +58,7 @@ interface XFastTokenHandler: com::sun::star::uno::XInterface
the string given as a byte sequence encoded in UTF-8
@returns
- a unique integer token for the given String or <const>FastToken::DONTKNOW</const>
+ a unique integer token for the given String or FastToken::DONTKNOW
if the identifier is not known to this instance.
*/
long getTokenFromUTF8( [in] sequence< byte > Identifier );