diff options
author | Christian Lippka <cl@openoffice.org> | 2010-03-25 13:20:29 +0100 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2010-03-25 13:20:29 +0100 |
commit | c08d3ab80afcf5e483ed3aa0b9255939e3013514 (patch) | |
tree | 9b912479f9a0202bbb661763c3905d029b11a2e9 /svtools/source/control | |
parent | c622f57d553d5fa7b1a393e2b26bb97067613d5f (diff) |
fixed unix compile warning
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/toolbarmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/toolbarmenu.cxx b/svtools/source/control/toolbarmenu.cxx index bdd302f0839e..65bcaf63a912 100644 --- a/svtools/source/control/toolbarmenu.cxx +++ b/svtools/source/control/toolbarmenu.cxx @@ -1386,7 +1386,7 @@ void ToolbarMenu::implPaint( ToolbarMenuEntry* pThisOnly, bool bHighlighted ) USHORT nBorder = 0; long nStartY = 0; // from Menu implementations, needed when we support native menu background & scrollable menu long nFontHeight = GetTextHeight(); - long nExtra = nFontHeight/4; +// long nExtra = nFontHeight/4; long nCheckHeight = 0, nRadioHeight = 0, nMaxCheckWidth = 0; ImplGetNativeCheckAndRadioSize( this, nCheckHeight, nRadioHeight, nMaxCheckWidth ); |