summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-14 10:38:07 +0000
committergt <gt@openoffice.org>2004-07-14 10:38:07 +0000
commitb1b0cdf5779e5098fd0adf536ab25a064b6a9f85 (patch)
treedf7c557aafadfb45b1601d222b6f78b5f31aa836 /xmlsecurity/inc
parent9a4ece8af2609336269fddd7710d01a59a99b3e3 (diff)
#i20883#
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/certificateviewer.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
index 200e9373e423..1e3ed8644813 100644
--- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
+++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mt $ $Date: 2004-07-12 13:15:20 $
+ * last change: $Author: gt $ $Date: 2004-07-14 11:34:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,10 +150,13 @@ class CertificateViewerDetailsTP : public CertificateViewerTP
private:
SvxSimpleTable maElementsLB;
MultiLineEdit maElementML;
+ Font maStdFont;
+ Font maFixedWidthFont;
DECL_LINK( ElementSelectHdl, void* );
void Clear( void );
- void InsertElement( const String& _rField, const String& _rValue, const String& _rDetails );
+ void InsertElement( const String& _rField, const String& _rValue,
+ const String& _rDetails, bool _bFixedWidthFont = false );
public:
CertificateViewerDetailsTP( Window* pParent, CertificateViewer* _pDlg );
virtual ~CertificateViewerDetailsTP();