summaryrefslogtreecommitdiff
path: root/starmath/source/smmod.cxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-11-19 09:51:15 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-11-19 09:51:15 +0100
commit8bf24a92b0e97a52412e4e12fb7223e36c1efcdf (patch)
tree4efc960be1036db23b718fa5393ad9ea4672e68e /starmath/source/smmod.cxx
parent9a1374b54144b15cfef1a0d8eeba861a69fec875 (diff)
parentd1175e253f73b0f75c41cfe2c3ef8273a16c0d48 (diff)
cws tl84: merge with DEV300_m93
Diffstat (limited to 'starmath/source/smmod.cxx')
-rwxr-xr-xstarmath/source/smmod.cxx10
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-------------------
*
* --------------------------------------------------*/