summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2014-04-29 19:30:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-04-30 13:30:20 +0100
commit4d878a080907211f827bdf42184e98075a4ad0f5 (patch)
treeac27898060930ef32c972be937c7a48a239e1ee9 /UnoControls
parent0a1d822372927e3252f40b7a16590716ccc2eedd (diff)
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
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontainercontrol.cxx2
1 files changed, 1 insertions, 1 deletions
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!