diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:13:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:13:32 +0000 |
commit | 9078be64b7a491b7942ec1f394ec243af73a5147 (patch) | |
tree | 91fe0884b18207e237134b9fa51a483c32c6fc6c /sw/inc | |
parent | ece10ff65acd120670f1022d43909efca55ab6b8 (diff) |
INTEGRATION: CWS smarttags3 (1.54.70); FILE MERGED
2007/05/25 11:08:04 fme 1.54.70.5: RESYNC: (1.55-1.56); FILE MERGED
2007/05/22 12:28:58 fme 1.54.70.4: RESYNC: (1.54-1.55); FILE MERGED
2007/04/27 13:08:16 fme 1.54.70.3: #i75130# New SmartTag API
2007/04/16 11:14:58 fme 1.54.70.2: #i75130# SmartTags - New API
2007/03/05 13:52:31 fme 1.54.70.1: #i75130# New API and implementation of smart tags
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 0298079af1f5..5b6a415bfe41 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: editsh.hxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: vg $ $Date: 2007-05-22 16:19:09 $ + * last change: $Author: hr $ $Date: 2007-06-27 13:13:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,9 +68,6 @@ #ifndef _COM_SUN_STAR_LINGUISTIC2_XSPELLALTERNATIVES_HPP_ #include <com/sun/star/linguistic2/XSpellAlternatives.hpp> #endif -#ifndef _COM_SUN_STAR_TEXT_XTEXTRANGE_HPP_ -#include <com/sun/star/text/XTextRange.hpp> -#endif #include <vector> @@ -748,11 +745,6 @@ public: ::com::sun::star::linguistic2::XSpellAlternatives > GetCorrection( const Point* pPt, SwRect& rSelectRect ); - // SMARTTAGS - sal_Bool IsOverSmartTag(const Point* pPt); - ::com::sun::star::uno::Reference< - ::com::sun::star::text::XTextRange> GetSmartTagTerm( const Point* pPt, SwRect& rSelectRect ); - void SetLinguRange( SwDocPositions eStart, SwDocPositions eEnde ); // returne zum Namen die im Doc gesetzte Referenz |