summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/macrosecurity.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-22 08:43:23 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-22 08:43:23 +0000
commitd82e2ea98f75c8c3d8ee391ea3e2c74b03e64f7f (patch)
tree2dd7754d4a1f9fb92e3ff0d2dabd38327adc9b39 /xmlsecurity/source/dialogs/macrosecurity.cxx
parenta36ecca35f0a838e4f6c5e6993f890ef25b10876 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx23
1 files changed, 21 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx
index 40c2b399d3a5..0cb9cd59e9fb 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: macrosecurity.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: gt $ $Date: 2004-07-22 07:08:22 $
+ * last change: $Author: mt $ $Date: 2004-07-22 09:43:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,6 +203,25 @@ MacroSecurityLevelTP::MacroSecurityLevelTP( Window* _pParent, MacroSecurity* _pD
,maLowRB ( this, ResId( RB_LOW ) )
{
FreeResource();
+
+ // Don't use the default v-center here...
+/*
+ WinBits nStyle = maVeryHighRB.GetStyle();
+ nStyle |= WB_TOP;
+ maVeryHighRB.SetStyle( nStyle );
+
+ nStyle = maHighRB.GetStyle();
+ nStyle |= WB_TOP;
+ maHighRB.SetStyle( nStyle );
+
+ nStyle = maMediumRB.GetStyle();
+ nStyle |= WB_TOP;
+ maMediumRB.SetStyle( nStyle );
+
+ nStyle = maLowRB.GetStyle();
+ nStyle |= WB_TOP;
+ maLowRB.SetStyle( nStyle );
+*/
}
void MacroSecurityLevelTP::ActivatePage()