summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-06 08:08:39 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-06 08:08:39 +0000
commit97d880ace36b426db092198fc105fa30165cb992 (patch)
tree23871ceead76448af9a2b1f217bdbbc425b69b80 /i18npool
parent12d41fb1f3e473dfb162cafaf57ea33aed3795e5 (diff)
INTEGRATION: CWS locales21 (1.11.20); FILE MERGED
2006/09/04 16:59:45 er 1.11.20.1: #i68956# propagate FirstDayOfWeek and MinimalDaysInFirstWeek to calendar routines; don't keep aStartOfWeek as duplicated value
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/calendar_gregorian.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/i18npool/inc/calendar_gregorian.hxx b/i18npool/inc/calendar_gregorian.hxx
index 819c7730ff5c..0e396b7d7005 100644
--- a/i18npool/inc/calendar_gregorian.hxx
+++ b/i18npool/inc/calendar_gregorian.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: calendar_gregorian.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 04:40:26 $
+ * last change: $Author: kz $ $Date: 2006-10-06 09:08:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -120,7 +120,6 @@ private:
void SAL_CALL setValue() throw(com::sun::star::uno::RuntimeException);
void SAL_CALL init(Era *_eraArray) throw(com::sun::star::uno::RuntimeException);
Calendar aCalendar;
- sal_Int16 aStartOfWeek;
};
// ----------------------------------------------------