summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/macrosecurity.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-22 05:05:18 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-22 05:05:18 +0000
commitc788498d4c94dfca6427aea050e4d7ebafa3d6a5 (patch)
treee4b73796469a1f909405ceb78aa1e9e68d3a69f7 /xmlsecurity/source/dialogs/macrosecurity.cxx
parent2a18c9245d70f230730561d06aa69176e225c294 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx
index bb808f36901b..adac3f6f77bc 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macrosecurity.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: gt $ $Date: 2004-07-20 15:42:47 $
+ * last change: $Author: mt $ $Date: 2004-07-22 06:05:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,8 +137,8 @@ MacroSecurity::MacroSecurity( Window* _pParent, cssu::Reference< lang::XMultiSer
mxSecurityEnvironment = _rxSecurityEnvironment;
- MacroSecurityTP* mpLevelTP = new MacroSecurityLevelTP( &maTabCtrl, this );
- MacroSecurityTP* mpTrustSrcTP = new MacroSecurityTrustedSourcesTP( &maTabCtrl, this );
+ mpLevelTP = new MacroSecurityLevelTP( &maTabCtrl, this );
+ mpTrustSrcTP = new MacroSecurityTrustedSourcesTP( &maTabCtrl, this );
maTabCtrl.SetTabPage( RID_XMLSECTP_SECLEVEL, mpLevelTP );
maTabCtrl.SetTabPage( RID_XMLSECTP_TRUSTSOURCES, mpTrustSrcTP );