diff options
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueacc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index f8a5056aee16..bb9623dc733e 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -725,7 +725,7 @@ ValueSetItem* ValueSetAcc::getItem (sal_uInt16 nIndex) const if (HasNoneField()) { if (nIndex == 0) - // When present the first item is the then allways visible none field. + // When present the first item is the then always visible none field. pItem = mpParent->ImplGetItem (VALUESET_ITEM_NONEITEM); else // Shift down the index to compensate for the none field. |