summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-03-08 15:56:32 +0000
committerEike Rathke <er@openoffice.org>2002-03-08 15:56:32 +0000
commita403b7e53223c93b47a1afa0d81da155e6920873 (patch)
tree0e3a5bca9fe4e468540027b4959af0cd76333e40
parent8fb66bd0435fdd436f19ff9c16cfa7879dd18f98 (diff)
#97472# remove service name Calendar, replace with LocaleCalendar (not SO6PP1 compatible)
-rw-r--r--unotools/source/i18n/calendarwrapper.cxx6
1 files 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;