summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 15:58:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:07 +0200
commit44404b7a6c7bb3b95d03094abb745f29a5154959 (patch)
tree43fccb0146e4800bc5e6c9269ba7bb37b13f1c51 /offapi/com/sun/star/i18n
parentf8b6558e8eed6fed845436140c4c38d2ddb6c536 (diff)
*api: fix all unknown commands
Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3
Diffstat (limited to 'offapi/com/sun/star/i18n')
-rw-r--r--offapi/com/sun/star/i18n/CalendarFieldIndex.idl4
-rw-r--r--offapi/com/sun/star/i18n/NumberFormatIndex.idl8
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
index 017f1f5cad95..d1a511c8d250 100644
--- a/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarFieldIndex.idl
@@ -90,7 +90,7 @@ published constants CalendarFieldIndex
interpret historical timezone data that consists of fractions of
minutes, e.g. seconds. 1 minute == 60000 milliseconds.
- @ATTENTION! Though the field's type is signed 16-bit, the field
+ @attention Though the field's type is signed 16-bit, the field
value is treated as unsigned 16-bit to allow for values up to
60000 and expresses an absolute value that inherits its sign
from the parent ZONE_OFFSET field.
@@ -104,7 +104,7 @@ published constants CalendarFieldIndex
interpret historical timezone data that consists of fractions of
minutes, e.g. seconds. 1 minute == 60000 milliseconds.
- @ATTENTION! Though the field's type is signed 16-bit, the field
+ @attention Though the field's type is signed 16-bit, the field
value is treated as unsigned 16-bit to allow for values up to
60000 and expresses an absolute value that inherits its sign
from the parent DST_OFFSET field.
diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
index 03b6721d4575..f99454439bb2 100644
--- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl
+++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module i18n {
<b>MUST</b> support some predefined format codes. These predefined
format codes are accessed through indices as the following, and
the locale data format code definitions in
- i18npool\source\localedata\data\*.xml <b>MUST</b> have matching
+ i18npool/source/localedata/data/\*.xml <b>MUST</b> have matching
entries in the form <br/>
<code>&lt;FormatElement formatindex="0"&gt;</code> <br/>
@@ -71,7 +71,7 @@ module com { module sun { module star { module i18n {
order to provide the same functionality and document layout on
every platform. Like all other formats these formats are now
defined in the i18n framework locale data files under
- i18npool\source\localedata\data\*.xml </dd>
+ i18npool/source/localedata/data/\*.xml </dd>
<dt> <a name="SYS"> DATE_SYS_... </a> </dt>
<dd> On Windows platforms these formats used separators and
@@ -243,7 +243,7 @@ published constants NumberFormatIndex
/**
BOOLEAN format
- @ATTENTION
+ @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 com::sun::star::util::XNumberFormatTypes::getFormatIndex()
@@ -255,7 +255,7 @@ published constants NumberFormatIndex
/**
Text format
- @ATTENTION
+ @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 com::sun::star::util::XNumberFormatTypes::getFormatIndex()