diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 8db6486a4fe0..4c128c61460f 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -160,7 +160,7 @@ const OUString SmLocalizedSymbolData::GetExportSymbolSetName( const OUString &rU SFX_IMPL_INTERFACE(SmModule, SfxModule, SmResId(RID_APPLICATION)) { - SFX_STATUSBAR_REGISTRATION(SmResId(RID_STATUSBAR)); + GetStaticInterface()->RegisterStatusBar(SmResId(RID_STATUSBAR)); } |