diff options
author | jp <jp@openoffice.org> | 2000-11-20 15:27:07 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-20 15:27:07 +0000 |
commit | 8b69bf841fe80e5bc373069e6f2c97ca963283b0 (patch) | |
tree | 93c3e17b674599d6fd0c45da07a27f4454acd7e8 /sw/source/core/text/guess.cxx | |
parent | 41b7baa6198f0762ea53e43daa8d90decb187703 (diff) |
BreakIterator moved from text to i18n
Diffstat (limited to 'sw/source/core/text/guess.cxx')
-rw-r--r-- | sw/source/core/text/guess.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/text/guess.cxx b/sw/source/core/text/guess.cxx index 1a741da6bea1..08809c94adb9 100644 --- a/sw/source/core/text/guess.cxx +++ b/sw/source/core/text/guess.cxx @@ -2,9 +2,9 @@ * * $RCSfile: guess.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2000-10-27 12:08:48 $ + * 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 @@ -89,12 +89,12 @@ #include <viewsh.hxx> #endif -#ifndef _COM_SUN_STAR_TEXT_BREAKTYPE_HPP_ -#include <com/sun/star/text/BreakType.hpp> +#ifndef _COM_SUN_STAR_I18N_BREAKTYPE_HPP_ +#include <com/sun/star/i18n/BreakType.hpp> #endif using namespace ::com::sun::star::uno; -using namespace ::com::sun::star::text; +using namespace ::com::sun::star::i18n; using namespace ::com::sun::star::linguistic2; inline sal_Bool IsDelim( const xub_Unicode cCh ) |