summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-15 20:50:30 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-05-16 21:57:16 +0900
commit458a827e96523ac52d021f1fd3653b5a734940c0 (patch)
treebac00c1dd627a6c07393c94300943e0bfd5d9028 /vcl/source/window/menu.cxx
parenta6c85d74ea03b35f03217daad9869f4458aa0c0f (diff)
further refactor Menu to use RenderContext
Change-Id: Ied420c8b3349ff1a2e2951c14359cbe1a23e5141
Diffstat (limited to 'vcl/source/window/menu.cxx')
-rw-r--r--vcl/source/window/menu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx
index d43c3cf04fb8..1fc1a38f0fa7 100644
--- a/vcl/source/window/menu.cxx
+++ b/vcl/source/window/menu.cxx
@@ -1820,7 +1820,7 @@ void Menu::ImplPaint(vcl::Window* pWin, sal_uInt16 nBorder, long nStartY, MenuIt
{
// for symbols: nFontHeight x nFontHeight
long nFontHeight = pWin->GetTextHeight();
- long nExtra = nFontHeight/4;
+ long nExtra = nFontHeight / 4;
long nCheckHeight = 0, nRadioHeight = 0;
ImplGetNativeCheckAndRadioSize( pWin, nCheckHeight, nRadioHeight );