summaryrefslogtreecommitdiff
path: root/i18npool/inc/localedata.hxx
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-08-16 03:25:49 +0000
committerKarl Hong <khong@openoffice.org>2002-08-16 03:25:49 +0000
commit979001a047554aab0becfde3250ce75c4b0cf67f (patch)
tree9db8131eb0d5d76d0f785e1a06bf6f1ea704e9e4 /i18npool/inc/localedata.hxx
parentff7b5e98e4b506b3184711ced4b8db9047e34903 (diff)
#101191# implement 'ref' for Calendar day and month name
Diffstat (limited to 'i18npool/inc/localedata.hxx')
-rw-r--r--i18npool/inc/localedata.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/i18npool/inc/localedata.hxx b/i18npool/inc/localedata.hxx
index bf22860203d1..9443f954424b 100644
--- a/i18npool/inc/localedata.hxx
+++ b/i18npool/inc/localedata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localedata.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: bustamam $ $Date: 2002-03-19 00:42:02 $
+ * last change: $Author: khong $ $Date: 2002-08-16 04:25:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,6 +166,11 @@ private :
void* SAL_CALL getFunctionSymbol( const com::sun::star::lang::Locale& rLocale, const sal_Char* pFunction ) throw( com::sun::star::uno::RuntimeException );
void* SAL_CALL getFunctionSymbolByName( const rtl::OUString& localeName, const sal_Char* pFunction );
+ com::sun::star::i18n::Calendar ref_cal;
+ rtl::OUString ref_name;
+ com::sun::star::uno::Sequence< com::sun::star::i18n::CalendarItem > &
+ getCalendarItemByName(rtl::OUString& name,
+ sal_Int16 item) throw( com::sun::star::uno::RuntimeException );
};
} } } }