Kaydet (Commit) 8eabd61f authored tarafından jp's avatar jp

BreakIterator moved to i18n

üst c8b9af91
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: breakit.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,14 +74,14 @@ ...@@ -74,14 +74,14 @@
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#endif #endif
#ifndef _COM_SUN_STAR_TEXT_XBREAKITERATOR_HPP_ #ifndef _COM_SUN_STAR_I18N_XBREAKITERATOR_HPP_
#include <com/sun/star/text/XBreakIterator.hpp> #include <com/sun/star/i18n/XBreakIterator.hpp>
#endif #endif
class SwBreakIt class SwBreakIt
{ {
public: public:
com::sun::star::uno::Reference < com::sun::star::text::XBreakIterator > xBreak; com::sun::star::uno::Reference < com::sun::star::i18n::XBreakIterator > xBreak;
private: private:
com::sun::star::lang::Locale* pLocale; com::sun::star::lang::Locale* pLocale;
LanguageType aLast; LanguageType aLast;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment