diff options
author | Eike Rathke <er@openoffice.org> | 2002-04-10 11:00:18 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-04-10 11:00:18 +0000 |
commit | 1543de077161bf8298c378867a6134b5dbb113ee (patch) | |
tree | 16d2bcc4d0c7a717ceca9d345d66d853e94ccc16 | |
parent | aa93668438ec16db23b89cbc70d8e394a7de0913 (diff) |
#97583# incorporate changes already made, but forgotten to move to i18npool
#97472# rename service Calendar to LocaleCalendar due to name clash with struct Calendar
-rw-r--r-- | i18npool/source/registerservices/registerservices.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/registerservices/registerservices.cxx b/i18npool/source/registerservices/registerservices.cxx index 82fded86eb03..a9e2ad87112b 100644 --- a/i18npool/source/registerservices/registerservices.cxx +++ b/i18npool/source/registerservices/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: khong $ $Date: 2002-03-30 09:25:16 $ + * last change: $Author: er $ $Date: 2002-04-10 12:00:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -366,7 +366,7 @@ static const struct InstancesArray { { "com.sun.star.i18n.IndexEntrySupplier_Unicode", "com.sun.star.i18n.IndexEntrySupplier_Unicode", &IndexEntrySupplier_Unicode_CreateInstance }, - { "com.sun.star.i18n.Calendar", + { "com.sun.star.i18n.LocaleCalendar", "com.sun.star.i18n.CalendarImpl", &CalendarImpl_CreateInstance }, { "com.sun.star.i18n.Calendar_gregorian", |