From 8eabd61fadf07df0c9f367ff6830f7e961a0ad57 Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 20 Nov 2000 14:00:30 +0000 Subject: BreakIterator moved to i18n --- sw/inc/breakit.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sw/inc/breakit.hxx b/sw/inc/breakit.hxx index 1c03f8e17c4f..3d837789d00f 100644 --- a/sw/inc/breakit.hxx +++ b/sw/inc/breakit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: breakit.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jp $ $Date: 2000-11-20 09:33:11 $ + * last change: $Author: jp $ $Date: 2000-11-20 15:00:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,14 +74,14 @@ #include #endif -#ifndef _COM_SUN_STAR_TEXT_XBREAKITERATOR_HPP_ -#include +#ifndef _COM_SUN_STAR_I18N_XBREAKITERATOR_HPP_ +#include #endif class SwBreakIt { public: - com::sun::star::uno::Reference < com::sun::star::text::XBreakIterator > xBreak; + com::sun::star::uno::Reference < com::sun::star::i18n::XBreakIterator > xBreak; private: com::sun::star::lang::Locale* pLocale; LanguageType aLast; -- cgit v1.2.3