diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-05-17 21:38:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 15:22:48 +0100 |
commit | 505ac74dc69d7b0a45860178acb6d2406f926b9d (patch) | |
tree | cb6a741cd931fc045be54f88dd73b4acd5cf9c1e /sd | |
parent | 11630ee201797946a155e26f44ae0d55d5abf573 (diff) |
adjust to ensure rename
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sdmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 29d7678f372c..306ccbfe93eb 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -102,7 +102,7 @@ SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) pSearchItem = new SvxSearchItem(SID_SEARCH_ITEM); pSearchItem->SetAppFlag(SVX_SEARCHAPP_DRAW); StartListening( *SFX_APP() ); - SvxErrorHandler::Get(); + SvxErrorHandler::ensure(); mpErrorHdl = new SfxErrorHandler( RID_SD_ERRHDL, ERRCODE_AREA_SD, ERRCODE_AREA_SD_END, |