From 773c976592cba5a373ea100e9968e231187def72 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 3 Feb 2015 15:32:54 +0100 Subject: Typo: calulate->calculate Change-Id: I33866a177eded1e96860cb07b16b753385b88319 --- vcl/source/window/toolbox.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/source/window/toolbox.cxx') diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index 082d86dbe821..490feac7f767 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -2174,7 +2174,7 @@ void ToolBox::ImplFormat( bool bResize ) mpData->ImplClearLayoutData(); - // recalulate positions and sizes + // recalculate positions and sizes Rectangle aEmptyRect; long nLineSize; long nLeft; @@ -2481,7 +2481,7 @@ void ToolBox::ImplFormat( bool bResize ) { it->maCalcRect.Left() = nX; // if special TBX_LAYOUT_LOCKVERT lock vertical position - // don't recalulate the vertical position of the item + // don't recalculate the vertical position of the item if ( meLayoutMode == TBX_LAYOUT_LOCKVERT && mnLines == 1 ) { // Somewhat of a hack here, calc deletes and re-adds -- cgit