summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-04-10 11:05:30 +0000
committerEike Rathke <er@openoffice.org>2002-04-10 11:05:30 +0000
commit8e3b60e2738dd1d5a75ff10f257df44bceaae2ad (patch)
tree68768ae1e37eecb7bafba60921149b27e1783f13 /i18npool/source
parent1543de077161bf8298c378867a6134b5dbb113ee (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
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index 201c241a1fa2..64457484c7c8 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendarImpl.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2002-03-26 16:56:56 $
+ * last change: $Author: er $ $Date: 2002-04-10 12:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -315,7 +315,7 @@ CalendarImpl::getImplementationName(void) throw( RuntimeException )
return OUString::createFromAscii("com.sun.star.i18n.CalendarImpl");
}
-const sal_Char cCalendar[] = "com.sun.star.i18n.Calendar";
+const sal_Char cCalendar[] = "com.sun.star.i18n.LocaleCalendar";
sal_Bool SAL_CALL
CalendarImpl::supportsService(const OUString& rServiceName) throw( RuntimeException )