From 6f607469e97d6d6aeba99b5fcad264c40b47fd2e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Thu, 19 Jan 2012 23:22:02 +0100 Subject: minor corrections in comments --- offapi/com/sun/star/i18n/NumberFormatIndex.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/i18n/NumberFormatIndex.idl b/offapi/com/sun/star/i18n/NumberFormatIndex.idl index c7105b0d7bf7..708b2d429ab7 100644 --- a/offapi/com/sun/star/i18n/NumberFormatIndex.idl +++ b/offapi/com/sun/star/i18n/NumberFormatIndex.idl @@ -50,7 +50,7 @@ module com { module sun { module star { module i18n { MUST 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 MUST have matching + i18npool/source/localedata/data/*.xml MUST have matching entries in the form
<FormatElement formatindex="0">
@@ -65,7 +65,7 @@ module com { module sun { module star { module i18n {

Date formats may have a comment of DIN/EN/ISO, meaning

@@ -198,7 +198,7 @@ published constants NumberFormatIndex const short DATE_SYS_NNNNDMMMMYYYY = DATE_START+12; /// 10-08
DIN/EN const short DATE_DIN_MMDD = DATE_START+13; - /// 97-10-08
DIN/EN/ISO + /// 97-10-08
DIN/EN const short DATE_DIN_YYMMDD = DATE_START+14; /// 1997-10-08
DIN/EN/ISO const short DATE_DIN_YYYYMMDD = DATE_START+15; -- cgit