diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 15:32:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-03 15:33:25 +0100 |
commit | 773c976592cba5a373ea100e9968e231187def72 (patch) | |
tree | 3434599e2b8ba41935ff9d4036cb4c7ac1c2f65f /vcl/source/window/toolbox.cxx | |
parent | c36353d844f05e1de6a0c31cb6bf102887dc114a (diff) |
Typo: calulate->calculate
Change-Id: I33866a177eded1e96860cb07b16b753385b88319
Diffstat (limited to 'vcl/source/window/toolbox.cxx')
-rw-r--r-- | vcl/source/window/toolbox.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |