summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index a92e1a86a610..26e34ce0910f 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -182,7 +182,7 @@ ScModule::ScModule( SfxObjectFactory* pFact ) :
pErrorHdl = new SfxErrorHandler(RID_ERRHDLSC,
ErrCode(ERRCODE_AREA_SC),
ErrCode(ERRCODE_AREA_APP2-1),
- &GetResLocale());
+ GetResLocale());
aSpellIdle.SetInvokeHandler( LINK( this, ScModule, SpellTimerHdl ) );
aSpellIdle.SetDebugName( "sc::ScModule aSpellIdle" );