diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-19 09:51:15 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-11-19 09:51:15 +0100 |
commit | 8bf24a92b0e97a52412e4e12fb7223e36c1efcdf (patch) | |
tree | 4efc960be1036db23b718fa5393ad9ea4672e68e /starmath/source/smmod.cxx | |
parent | 9a1374b54144b15cfef1a0d8eeba861a69fec875 (diff) | |
parent | d1175e253f73b0f75c41cfe2c3ef8273a16c0d48 (diff) |
cws tl84: merge with DEV300_m93
Diffstat (limited to 'starmath/source/smmod.cxx')
-rwxr-xr-x | starmath/source/smmod.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 5d401d2d279c..4e3eebf99a65 100755 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -336,16 +336,6 @@ void SmModule::GetState(SfxItemSet &rSet) } } -void SmModule::FillStatusBar(StatusBar &rBar) -{ - rBar.InsertItem(SID_TEXTSTATUS, 300, SIB_LEFT | SIB_IN); - rBar.InsertItem(SID_ATTR_ZOOM, rBar.GetTextWidth(C2S(" 100% "))); - rBar.InsertItem(SID_MODIFYSTATUS, rBar.GetTextWidth(C2S(" * "))); - rBar.InsertItem( SID_SIGNATURE, XmlSecStatusBarControl::GetDefItemWidth( rBar ), SIB_USERDRAW ); - rBar.SetHelpId(SID_SIGNATURE, SID_SIGNATURE); - -} - /* -----------------15.02.99 12:45------------------- * * --------------------------------------------------*/ |