Kaydet (Commit) 76fa6185 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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#
üst 6bfa0e69
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: LocaleDataItem.idl,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,7 +50,7 @@ module com { module sun { module star { module i18n { ...@@ -50,7 +50,7 @@ module com { module sun { module star { module i18n {
published struct LocaleDataItem 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; string unoID;
/// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b> /// date separator, for example, <b>"/"</b> or <b>"."</b> or <b>"-"</b>
string dateSeparator; string dateSeparator;
...@@ -72,11 +72,11 @@ published struct LocaleDataItem ...@@ -72,11 +72,11 @@ published struct LocaleDataItem
string doubleQuotationStart; string doubleQuotationStart;
/// double quotation mark end /// double quotation mark end
string doubleQuotationEnd; 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; 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; 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; string measurementSystem;
/// long date day of week separator, for example, <b>", "</b> /// long date day of week separator, for example, <b>", "</b>
string LongDateDayOfWeekSeparator; string LongDateDayOfWeekSeparator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment