summaryrefslogtreecommitdiff
path: root/starmath/source/smmod.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:25:17 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:25:17 +0000
commitd2d1985570792d66de83a24e1407a33fe4ec7a14 (patch)
tree2ed85b26ff12cf404ae6b752b9cc57528dc9a41a /starmath/source/smmod.cxx
parented6910e125d34fce715c90fd5f2a1facd3740176 (diff)
INTEGRATION: CWS xmlsec05 (1.13.62); FILE MERGED
2004/07/21 09:56:22 mt 1.13.62.2: #i21596# Digital Signatutres... 2004/07/21 09:42:34 mt 1.13.62.1: #i21596# Digital Signatutres...
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r--starmath/source/smmod.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx
index 80d47be8e498..6b43148dce03 100644
--- a/starmath/source/smmod.cxx
+++ b/starmath/source/smmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: smmod.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:48:46 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:25:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,6 +133,9 @@ TYPEINIT1( SmModule, SfxModule );
#define SmModule
#include "smslots.hxx"
+#include <svx/xmlsecctrl.hxx>
+
+
SmResId::SmResId( USHORT nId )
: ResId(nId, SM_MOD()->GetResMgr())
@@ -409,6 +412,9 @@ 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-------------------