diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:14:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:14:42 +0000 |
commit | ff44e3048f1342e098ad5ec8737857477165ee22 (patch) | |
tree | 80a865ff18a3857f6d1e884edf3949747f9680cf /sw/inc | |
parent | 6ed4d7c2870223c11e4c662bf8368cf27e855298 (diff) |
INTEGRATION: CWS smarttags3 (1.28.210); FILE MERGED
2007/05/22 12:31:33 fme 1.28.210.2: RESYNC: (1.28-1.29); FILE MERGED
2007/04/27 13:08:17 fme 1.28.210.1: #i75130# New SmartTag API
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swmodule.hxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 55a4fc602367..ff18d1d2e0a4 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swmodule.hxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: kz $ $Date: 2007-06-19 15:51:15 $ + * last change: $Author: hr $ $Date: 2007-06-27 13:14:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,8 +152,6 @@ class SwModule: public SfxModule, public SfxListener sal_Bool bAuthorInitialised : 1; sal_Bool bEmbeddedLoadSave : 1; - virtual void FillStatusBar( StatusBar& ); - // Hint abfangen fuer DocInfo virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); @@ -260,7 +258,7 @@ public: // Invalidiert ggf. OnlineSpell-WrongListen void CheckSpellChanges( sal_Bool bOnlineSpelling, - sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain ); + sal_Bool bIsSpellWrongAgain, sal_Bool bIsSpellAllAgain, sal_Bool bSmartTags ); inline ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLinguServiceEventListener > |