diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 15:09:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:36:02 +0000 |
commit | 577dd616bc438bfddf5f65246b1564737bba6a6f (patch) | |
tree | 9b6a1e33b54e55742ca8a8c9d39785911b7d2ad9 /starmath | |
parent | 0b3e6b79af3721f51569d2b7090713f41d522ece (diff) |
so these ResIds are only being used for the numerical value
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 5cdc2103e237..d4fe21ec1442 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -934,7 +934,7 @@ SFX_IMPL_INTERFACE(SmViewShell, SfxViewShell, SmResId(0)) void SmViewShell::InitInterface_Impl() { GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_TOOLS | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_FULLSCREEN | SFX_VISIBILITY_SERVER, - SmResId(RID_MATH_TOOLBOX )); + RID_MATH_TOOLBOX); //Dummy-Objectbar, to avoid quiver while activating GetStaticInterface()->RegisterChildWindow(SID_TASKPANE); |