summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/certificateviewer.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-15 10:55:34 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-15 10:35:25 +0000
commite26b5b4fb7e9146fb142422dbc3061c346935cfc (patch)
tree86b46a1251206efafaf5fd6b07666ee06889b33f /xmlsecurity/inc/certificateviewer.hxx
parentc9da7f6bfe25d217fe3fdd09b82b95e9491cd8e3 (diff)
gpg4libre: Improve certificate details view
* Remove SQL Syntax highlighting * Add a vertical scrollbar if neccessary Change-Id: Ib1de2694761ef650ccef16a5b5773c7be0602682 Reviewed-on: https://gerrit.libreoffice.org/35210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/inc/certificateviewer.hxx')
-rw-r--r--xmlsecurity/inc/certificateviewer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/certificateviewer.hxx b/xmlsecurity/inc/certificateviewer.hxx
index b2872075a830..76174ccfb51b 100644
--- a/xmlsecurity/inc/certificateviewer.hxx
+++ b/xmlsecurity/inc/certificateviewer.hxx
@@ -99,7 +99,7 @@ class CertificateViewerDetailsTP : public CertificateViewerTP
private:
VclPtr<SvSimpleTableContainer> m_pElementsLBContainer;
VclPtr<SvSimpleTable> m_pElementsLB;
- VclPtr<MultiLineEdit> m_pValueDetails;
+ VclPtr<VclMultiLineEdit> m_pValueDetails;
vcl::Font m_aStdFont;
vcl::Font m_aFixedWidthFont;