summaryrefslogtreecommitdiff
path: root/sw/source/core/text/guess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/guess.cxx')
-rw-r--r--sw/source/core/text/guess.cxx10
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 )