summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:01:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:01:26 +0000
commit97f88606e4f1d2ceeeaef1a702fe7216a8f1bf08 (patch)
tree3c589a5b60cd1c8036a9bfd3e809c156b7556336 /unotools
parent94948f9434354d5b8d622d3ce31698b489a6072b (diff)
INTEGRATION: CWS i18napi (1.8.42); FILE MERGED
2003/04/19 20:21:41 er 1.8.42.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/i18n/calendarwrapper.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/unotools/source/i18n/calendarwrapper.cxx b/unotools/source/i18n/calendarwrapper.cxx
index 02f63abbe0a7..785cdedf27a3 100644
--- a/unotools/source/i18n/calendarwrapper.cxx
+++ b/unotools/source/i18n/calendarwrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: calendarwrapper.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: er $ $Date: 2002-09-24 14:05:52 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:01:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
#include <com/sun/star/i18n/CalendarFieldIndex.hpp>
#endif
#ifndef _COM_SUN_STAR_I18N_XEXTENDEDCALENDAR_HPP_
-#include <drafts/com/sun/star/i18n/XExtendedCalendar.hpp>
+#include <com/sun/star/i18n/XExtendedCalendar.hpp>
#endif
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -90,7 +90,6 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n;
-using namespace ::drafts::com::sun::star::i18n;
using namespace ::com::sun::star::uno;