diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-01-20 12:16:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-01-20 12:16:02 +0000 |
commit | 3db1852c26b71d1d593f9b8c0b93e1e25694bf78 (patch) | |
tree | 4ed8fc44f0c847733ff60adeb57894f4d12ca1d3 /i18npool/inc/calendarImpl.hxx | |
parent | 6ea43a0b9799c1d30d2cd2f3402027df2c5152e4 (diff) |
INTEGRATION: CWS i18n10 (1.5.48); FILE MERGED
2003/12/17 20:08:39 khong 1.5.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool/inc/calendarImpl.hxx')
-rw-r--r-- | i18npool/inc/calendarImpl.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/inc/calendarImpl.hxx b/i18npool/inc/calendarImpl.hxx index bcf00f64de2c..e960c690f101 100644 --- a/i18npool/inc/calendarImpl.hxx +++ b/i18npool/inc/calendarImpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: calendarImpl.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2003-04-24 11:02:33 $ + * last change: $Author: rt $ $Date: 2004-01-20 13:16:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #include <com/sun/star/i18n/CalendarDisplayIndex.hpp> #include <cppuhelper/implbase2.hxx> // helper for implementations #include <com/sun/star/lang/XServiceInfo.hpp> -#include <tools/list.hxx> +#include <vector> // ---------------------------------------------------- // class CalendarImpl @@ -130,7 +130,7 @@ private: rtl::OUString uniqueID; com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedCalendar > xCalendar; }; - List lookupTable; + std::vector<lookupTableItem*> lookupTable; com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xMSF; com::sun::star::uno::Reference < com::sun::star::i18n::XExtendedCalendar > xCalendar; }; |