From 4d878a080907211f827bdf42184e98075a4ad0f5 Mon Sep 17 00:00:00 2001 From: Pedro Giffuni Date: Tue, 29 Apr 2014 19:30:16 +0000 Subject: Many spelling fixes: some more files. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. (cherry picked from commit e62c0f54ef18a5a79b76e934834b148523c69847) Conflicts: LICENSE NOTICE_category_b UnoControls/source/base/basecontainercontrol.cxx UnoControls/source/base/registercontrols.cxx UnoControls/source/controls/OConnectionPointContainerHelper.cxx UnoControls/source/controls/progressbar.cxx UnoControls/source/controls/progressmonitor.cxx UnoControls/source/controls/statusindicator.cxx UnoControls/source/inc/framecontrol.hxx Change-Id: I882a1d640d931b4e89b2d19f3585fd35fdd320ca --- UnoControls/source/base/basecontainercontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnoControls') diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index 7608ad24e0e9..2c58848c2c7a 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -454,7 +454,7 @@ void BaseContainerControl::impl_cleanMemory () // Delete all items. for ( nCount = 0; nCount < nMaxCount; ++nCount ) { - // Delete everytime first element of list! + // Delete every time first element of list! // We count from 0 to MAX, where "MAX=count of items" BEFORE we delete some elements! // If we use "GetObject ( nCount )" ... it can be, that we have an index greater then count of current elements! -- cgit