diff options
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/structpg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.cxx b/formula/source/ui/dlg/structpg.cxx index a40ba94a5df6..8f42601f5c53 100644 --- a/formula/source/ui/dlg/structpg.cxx +++ b/formula/source/ui/dlg/structpg.cxx @@ -37,7 +37,7 @@ StructListBox::StructListBox(vcl::Window* pParent, WinBits nBits ): vcl::Font aFont( GetFont() ); Size aSize = aFont.GetFontSize(); - aSize.setHeight( aSize.Height() - 2 ); + aSize.Height() -= 2; aFont.SetFontSize( aSize ); SetFont( aFont ); } |