From a403b7e53223c93b47a1afa0d81da155e6920873 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 8 Mar 2002 15:56:32 +0000 Subject: #97472# remove service name Calendar, replace with LocaleCalendar (not SO6PP1 compatible) --- unotools/source/i18n/calendarwrapper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unotools/source/i18n/calendarwrapper.cxx b/unotools/source/i18n/calendarwrapper.cxx index 6c7fa08488a1..18c76c3596bd 100644 --- a/unotools/source/i18n/calendarwrapper.cxx +++ b/unotools/source/i18n/calendarwrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: calendarwrapper.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: er $ $Date: 2001-07-10 12:55:05 $ + * last change: $Author: er $ $Date: 2002-03-08 16:56:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ #define CALENDAR_LIBRARYNAME "i18n" -#define CALENDAR_SERVICENAME "com.sun.star.i18n.Calendar" +#define CALENDAR_SERVICENAME "com.sun.star.i18n.LocaleCalendar" using namespace ::com::sun::star; -- cgit