summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/SwSmartTagMgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/SwSmartTagMgr.cxx')
-rw-r--r--sw/source/core/bastyp/SwSmartTagMgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/bastyp/SwSmartTagMgr.cxx b/sw/source/core/bastyp/SwSmartTagMgr.cxx
index b2caf307a1cb..c35b6464ba9f 100644
--- a/sw/source/core/bastyp/SwSmartTagMgr.cxx
+++ b/sw/source/core/bastyp/SwSmartTagMgr.cxx
@@ -62,7 +62,7 @@ void SwSmartTagMgr::modified( const lang::EventObject& rEO ) throw( RuntimeExcep
SolarMutexGuard aGuard;
// Installed recognizers have changed. We remove all existing smart tags:
- SW_MOD()->CheckSpellChanges( sal_False, sal_True, sal_True, sal_True );
+ SW_MOD()->CheckSpellChanges( false, true, true, true );
SmartTagMgr::modified( rEO );
}
@@ -72,7 +72,7 @@ void SwSmartTagMgr::changesOccurred( const util::ChangesEvent& rEvent ) throw( R
SolarMutexGuard aGuard;
// Configuration has changed. We remove all existing smart tags:
- SW_MOD()->CheckSpellChanges( sal_False, sal_True, sal_True, sal_True );
+ SW_MOD()->CheckSpellChanges( false, true, true, true );
SmartTagMgr::changesOccurred( rEvent );
}