summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 12:41:57 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 12:41:57 +0000
commitdd746e4c518b30da1897fc3f7d80b16d47adf7d2 (patch)
tree28f4776be32a8e284b75b7ee818729f3169b680a /i18npool/inc
parent0a7e519d826fe354304784644ab693af7c354fd6 (diff)
INTEGRATION: CWS localedata3 (1.8.34); FILE MERGED
2005/02/09 19:49:16 er 1.8.34.1: #i39561# add submitValues() method
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/calendar_gregorian.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/inc/calendar_gregorian.hxx b/i18npool/inc/calendar_gregorian.hxx
index de13c911a288..8b996ae65ba1 100644
--- a/i18npool/inc/calendar_gregorian.hxx
+++ b/i18npool/inc/calendar_gregorian.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendar_gregorian.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-06-11 16:05:42 $
+ * last change: $Author: obo $ $Date: 2005-03-15 13:41:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,8 @@ protected:
virtual void SAL_CALL mapFromGregorian() throw(com::sun::star::uno::RuntimeException);
void SAL_CALL getValue() throw(com::sun::star::uno::RuntimeException);
private:
+ // submit fieldValue array according to fieldSet, plus YMDhms if >=0
+ void SAL_CALL submitValues( sal_Int32 nYear, sal_Int32 nMonth, sal_Int32 nDay, sal_Int32 nHour, sal_Int32 nMinute, sal_Int32 nSecond, sal_Int32 nMilliSecond) throw(com::sun::star::uno::RuntimeException);
void SAL_CALL setValue() throw(com::sun::star::uno::RuntimeException);
void SAL_CALL init(Era *_eraArray) throw(com::sun::star::uno::RuntimeException);
Calendar aCalendar;