From 8b69bf841fe80e5bc373069e6f2c97ca963283b0 Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 20 Nov 2000 15:27:07 +0000 Subject: BreakIterator moved from text to i18n --- sw/source/core/text/txthyph.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/source/core/text/txthyph.cxx') diff --git a/sw/source/core/text/txthyph.cxx b/sw/source/core/text/txthyph.cxx index a8f410f873a5..0968ddd2eb4e 100644 --- a/sw/source/core/text/txthyph.cxx +++ b/sw/source/core/text/txthyph.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txthyph.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2000-10-27 12:12:13 $ + * last change: $Author: jp $ $Date: 2000-11-20 16:27:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,8 +72,8 @@ #ifndef _UNO_LINGU_HXX #include #endif -#ifndef _COM_SUN_STAR_TEXT_WORDTYPE_HPP_ -#include +#ifndef _COM_SUN_STAR_I18N_WORDTYPE_HPP_ +#include #endif #ifndef _VIEWOPT_HXX @@ -119,7 +119,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::linguistic2; -using namespace ::com::sun::star::text; +using namespace ::com::sun::star::i18n; /************************************************************************* * SwTxtFormatInfo::HyphWord() -- cgit v1.2.3