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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/bastyp/SwSmartTagMgr.cxx b/sw/source/core/bastyp/SwSmartTagMgr.cxx
index d550ae2f9ee7..68e6308ba3a8 100644
--- a/sw/source/core/bastyp/SwSmartTagMgr.cxx
+++ b/sw/source/core/bastyp/SwSmartTagMgr.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -64,10 +64,10 @@ SwSmartTagMgr::~SwSmartTagMgr()
void SwSmartTagMgr::modified( const lang::EventObject& rEO ) throw( RuntimeException )
{
SolarMutexGuard aGuard;
-
+
// Installed recognizers have changed. We remove all existing smart tags:
SW_MOD()->CheckSpellChanges( sal_False, sal_True, sal_True, sal_True );
-
+
SmartTagMgr::modified( rEO );
}
@@ -87,7 +87,7 @@ SmartTagMgr& SwSmartTagMgr::Get()
{
if ( !pSmartTagMgr )
pSmartTagMgr = new SmartTagMgr( SwDocShell::Factory().GetModuleName() );
-
+
return *pSmartTagMgr;
}
*/