summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-07 15:22:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-03-07 15:26:42 +0000
commit5ea0d6b10dc641fe36f0ada2c182f4482554f461 (patch)
tree433222a53e3029d7777a02cc1b5aadc594929a9c /starmath
parentfaba0876638582b8b3d7ece80ca2ae170d03f4bb (diff)
these ResIds are used solely for their number by now
so cut out the middle-man ResId Change-Id: Ic83db355cc1a0c7dc70958bca79b466baadaedd0
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/smmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx
index 403597daf23e..f44151cb7919 100644
--- a/starmath/source/smmod.cxx
+++ b/starmath/source/smmod.cxx
@@ -155,7 +155,7 @@ SFX_IMPL_INTERFACE(SmModule, SfxModule)
void SmModule::InitInterface_Impl()
{
- GetStaticInterface()->RegisterStatusBar(SmResId(RID_STATUSBAR));
+ GetStaticInterface()->RegisterStatusBar(RID_STATUSBAR);
}
SmModule::SmModule(SfxObjectFactory* pObjFact) :