summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.cxx')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx
index e6d4fefae3a7..1fd368570133 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.cxx
+++ b/xmlsecurity/source/dialogs/certificateviewer.cxx
@@ -224,7 +224,7 @@ CertificateViewerDetailsTP::CertificateViewerDetailsTP( vcl::Window* _pParent, C
nStyle &= ~WB_HSCROLL;
m_pElementsLB->SetStyle( nStyle );
- m_aFixedWidthFont.SetHeight( m_aStdFont.GetHeight() );
+ m_aFixedWidthFont.SetFontHeight( m_aStdFont.GetFontHeight() );
static long nTabs[] = { 2, 0, 30*CS_LB_WIDTH/100 };
m_pElementsLB->SetTabs( &nTabs[ 0 ] );