summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/LocaleDataItem.idl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 10:30:28 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 10:30:28 +0000
commit76fa6185138fab8de7f4ae147539c418dec4bbd9 (patch)
tree264c3f5c3a29a6d470f0fe3adf5a659bb846e2a8 /offapi/com/sun/star/i18n/LocaleDataItem.idl
parent6bfa0e691a01efb96ff1fd8b5362b5e188fba9ec (diff)
INTEGRATION: CWS cyb1 (1.3.226); FILE MERGED
2005/12/14 10:55:58 rt 1.3.226.2: Line ends corrected 2005/08/03 07:07:41 cyb 1.3.226.1: Issue number: #36030#
Diffstat (limited to 'offapi/com/sun/star/i18n/LocaleDataItem.idl')
-rw-r--r--offapi/com/sun/star/i18n/LocaleDataItem.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/i18n/LocaleDataItem.idl b/offapi/com/sun/star/i18n/LocaleDataItem.idl
index 50e9b09d45d3..54eddcd36ce8 100644
--- a/offapi/com/sun/star/i18n/LocaleDataItem.idl
+++ b/offapi/com/sun/star/i18n/LocaleDataItem.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: LocaleDataItem.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:48:41 $
+ * last change: $Author: rt $ $Date: 2005-12-14 11:30:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,7 @@ module com { module sun { module star { module i18n {
published struct LocaleDataItem
{
- /// internal ID string, not unique, not meaningful to the outer world
+ /// internal ID string, not unique, not meaningful to the outer world
string unoID;
/// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b>
string dateSeparator;
@@ -72,11 +72,11 @@ published struct LocaleDataItem
string doubleQuotationStart;
/// double quotation mark end
string doubleQuotationEnd;
- /// measurement system, <b>"metric"</b> or <b>"us"</b>
+ /// time AM symbol, for example, <b>"AM"</b> or <b>"am"</b>
string timeAM;
- /// time AM symbol, for example, <b>"AM"</b> or <b>"am"</b>
+ /// time PM symbol, for example, <b>"PM"</b> or <b>"pm"</b>
string timePM;
- /// time PM symbol, for example, <b>"PM"</b> or <b>"pm"</b>
+ /// measurement system, <b>"metric"</b> or <b>"us"</b>
string measurementSystem;
/// long date day of week separator, for example, <b>", "</b>
string LongDateDayOfWeekSeparator;