diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:25:07 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-31 11:25:07 +0000 |
commit | ed6910e125d34fce715c90fd5f2a1facd3740176 (patch) | |
tree | f5065755182fce4000aad15178f07f33b993effe /starmath | |
parent | 76fd2de678011bdb4474be72aa9a4961f017780d (diff) |
INTEGRATION: CWS xmlsec05 (1.7.62); FILE MERGED
2004/07/21 09:42:34 mt 1.7.62.1: #i21596# Digital Signatutres...
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smdll.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/starmath/source/smdll.cxx b/starmath/source/smdll.cxx index 56f90e4fb0bd..ca1a8cc5df56 100644 --- a/starmath/source/smdll.cxx +++ b/starmath/source/smdll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: smdll.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2004-01-28 14:44:58 $ + * last change: $Author: kz $ $Date: 2004-08-31 12:25:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,9 @@ #include <starmath.hrc> #endif +#include <svx/xmlsecctrl.hxx> + + BOOL SmDLL::bInitialized = FALSE; @@ -149,6 +152,7 @@ void SmDLL::Init() SvxModifyControl::RegisterControl( SID_TEXTSTATUS, pp ); SvxUndoRedoControl::RegisterControl( SID_UNDO, pp ); SvxUndoRedoControl::RegisterControl( SID_REDO, pp ); + XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pp ); SmToolBoxWrapper::RegisterChildWindow(TRUE); SmCmdBoxWrapper::RegisterChildWindow(TRUE); |