summaryrefslogtreecommitdiff
path: root/sw/inc/toxwrap.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 09:52:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 09:52:51 +0000
commitd6169dfca0d090f74f29c02969bbff008fd5c00e (patch)
tree67a31514b1aaadc347e6be2101e8b07a26d384b3 /sw/inc/toxwrap.hxx
parent4713e386e5e47cb21bd3402e3259889238e1ad42 (diff)
INTEGRATION: CWS i18napi (1.1.166); FILE MERGED
2003/04/19 20:26:59 er 1.1.166.1: #107686# move drafts.com.sun.star.i18n to com.sun.star.i18n
Diffstat (limited to 'sw/inc/toxwrap.hxx')
-rw-r--r--sw/inc/toxwrap.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/toxwrap.hxx b/sw/inc/toxwrap.hxx
index 65b5f4993ad0..5550337473ab 100644
--- a/sw/inc/toxwrap.hxx
+++ b/sw/inc/toxwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toxwrap.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fme $ $Date: 2002-08-23 08:10:20 $
+ * last change: $Author: vg $ $Date: 2003-04-24 10:52:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,14 +76,14 @@
#include <swunodef.hxx>
#endif
-namespace drafts { namespace com { namespace sun { namespace star {
+namespace com { namespace sun { namespace star {
namespace i18n {
class XExtendedIndexEntrySupplier;
}
namespace lang {
class XMultiServiceFactory;
}
-}}}};
+}}};
class String;
@@ -91,7 +91,7 @@ class String;
class IndexEntrySupplierWrapper
{
STAR_NMSPC::lang::Locale aLcl;
- STAR_NMSPC::uno::Reference < drafts::com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES;
+ STAR_NMSPC::uno::Reference < com::sun::star::i18n::XExtendedIndexEntrySupplier > xIES;
public:
IndexEntrySupplierWrapper();