summaryrefslogtreecommitdiff
path: root/svtools/source/control
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-03-25 13:20:29 +0100
committerChristian Lippka <cl@openoffice.org>2010-03-25 13:20:29 +0100
commitc08d3ab80afcf5e483ed3aa0b9255939e3013514 (patch)
tree9b912479f9a0202bbb661763c3905d029b11a2e9 /svtools/source/control
parentc622f57d553d5fa7b1a393e2b26bb97067613d5f (diff)
fixed unix compile warning
Diffstat (limited to 'svtools/source/control')
-rw-r--r--svtools/source/control/toolbarmenu.cxx2
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 );