summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 10:15:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 10:15:47 +0000
commit014f5b5e28ea79c6edbd4e871fbf605f32c6333b (patch)
tree3923f5c35e5e5652fc78000df1e3c2668dadec4e /svtools
parent47be0465ec58b0c645c7807ebde36282808c841e (diff)
INTEGRATION: CWS i18napi (1.30.20); FILE MERGED
2003/04/19 20:23:51 er 1.30.20.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/numbers/zforfind.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/numbers/zforfind.cxx b/svtools/source/numbers/zforfind.cxx
index 344fca91b63b..b8ddc8dbb6bb 100644
--- a/svtools/source/numbers/zforfind.cxx
+++ b/svtools/source/numbers/zforfind.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: zforfind.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:39:30 $
+ * last change: $Author: vg $ $Date: 2003-04-24 11:15:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@
#endif
#if NF_TEST_CALENDAR
#include <comphelper/processfactory.hxx>
-#include <drafts/com/sun/star/i18n/XExtendedCalendar.hpp>
+#include <com/sun/star/i18n/XExtendedCalendar.hpp>
#endif
@@ -1328,7 +1328,7 @@ input for the following reasons:
sal_Int16 nZO, nDST1, nDST2, nDST;
uno::Reference< lang::XMultiServiceFactory > xSMgr =
::comphelper::getProcessServiceFactory();
- uno::Reference< ::drafts::com::sun::star::i18n::XExtendedCalendar > xCal(
+ uno::Reference< ::com::sun::star::i18n::XExtendedCalendar > xCal(
xSMgr->createInstance( ::rtl::OUString(
RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.i18n.LocaleCalendar" ) ) ),