summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/NumberFormatIndex.idl6
-rw-r--r--offapi/com/sun/star/i18n/XExtendedTextConversion.idl2
-rw-r--r--offapi/com/sun/star/i18n/XExtendedTransliteration.idl2
3 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
index 22049ed48385..03b6721d4575 100644
--- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl
+++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module i18n {
Number format indices to be passed as the index argument to
XNumberFormatCode::getFormatCode()
or
- <member scope="::com::sun::star::util">XNumberFormatTypes::getFormatIndex()</member>.
+ ::com::sun::star::util::XNumberFormatTypes::getFormatIndex().
<p> Each locale can support up to about 5000 arbitrary format
codes. But for backward compatibility reasons, each locale
@@ -246,7 +246,7 @@ published constants NumberFormatIndex
@ATTENTION
<b>Not</b> defined in locale data, but generated by the number
formatter. If you want to access this format you <b>MUST</b>
- do it via <member scope="com::sun::star::util">XNumberFormatTypes::getFormatIndex()</member>
+ do it via com::sun::star::util::XNumberFormatTypes::getFormatIndex()
instead of XNumberFormatCode::getFormatCode().
<br/> reserved formatindex="48"
*/
@@ -258,7 +258,7 @@ published constants NumberFormatIndex
@ATTENTION
<b>Not</b> defined in locale data, but generated by the number
formatter. If you want to access this format you <b>MUST</b>
- do it via <member scope="com::sun::star::util">XNumberFormatTypes::getFormatIndex()</member>
+ do it via com::sun::star::util::XNumberFormatTypes::getFormatIndex()
instead of XNumberFormatCode::getFormatCode()
<br/> reserved formatindex="49"
*/
diff --git a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl
index 8860dc267f3c..590c3ab0d4c5 100644
--- a/offapi/com/sun/star/i18n/XExtendedTextConversion.idl
+++ b/offapi/com/sun/star/i18n/XExtendedTextConversion.idl
@@ -41,7 +41,7 @@ published interface XExtendedTextConversion : ::com::sun::star::i18n::XTextConve
{
/**
The functionality of this method is same as
- <member scope="::com::sun::star::i18n">XTextConversion::getConversion()</member>,
+ ::com::sun::star::i18n::XTextConversion::getConversion(),
except an additional output parameter rOffset.
@param rOffset
diff --git a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl
index b915ffc98326..909f7a82dbf6 100644
--- a/offapi/com/sun/star/i18n/XExtendedTransliteration.idl
+++ b/offapi/com/sun/star/i18n/XExtendedTransliteration.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module i18n {
published interface XExtendedTransliteration : ::com::sun::star::i18n::XTransliteration
{
/** Transliterate a substring. The functionality is the same as
- <member scope="::com::sun::star::i18n">XTransliteration::transliterate()</member>
+ ::com::sun::star::i18n::XTransliteration::transliterate()
but omits the offset parameter to improve performance.
@param aStr