diff options
author | Thomas Lange <tl@openoffice.org> | 2000-10-27 10:55:57 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2000-10-27 10:55:57 +0000 |
commit | 4d5740603315954a869ddc12f5b9e633f2d83c2c (patch) | |
tree | 806ffda87e4bbfb36fc14ca452a1586dab34d9d5 /sw/inc/editsh.hxx | |
parent | 197adaf94e7fdfc5cefe029e8045558a08ec5bdb (diff) |
linguistic => linguistic2
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index c499a6abecd5..18989f4d2eb5 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsh.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2000-10-25 11:53:57 $ + * last change: $Author: tl $ $Date: 2000-10-27 11:45:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,8 +79,8 @@ #ifndef _ITABENUM_HXX #include <itabenum.hxx> #endif -#ifndef _COM_SUN_STAR_LINGUISTIC_XSPELLALTERNATIVES_HPP_ -#include <com/sun/star/linguistic/XSpellAlternatives.hpp> +#ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLALTERNATIVES_HPP_ +#include <com/sun/star/linguistic2/XSpellAlternatives.hpp> #endif class PolyPolygon; @@ -706,7 +706,8 @@ public: // Is hyphenation active somewhere else? BOOL HasHyphIter() const; - ::com::sun::star::uno::Reference< ::com::sun::star::linguistic::XSpellAlternatives> + ::com::sun::star::uno::Reference< + ::com::sun::star::linguistic2::XSpellAlternatives > GetCorrection( const Point* pPt ); void SetLinguRange( SwDocPositions eStart, SwDocPositions eEnde ); |