summaryrefslogtreecommitdiff
path: root/unotools/source/config/configitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/configitem.cxx')
-rw-r--r--unotools/source/config/configitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index 3b6aa88c2bcf..57ead3bf9cb5 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -343,12 +343,12 @@ Sequence< sal_Bool > ConfigItem::GetReadOnlyStates(const com::sun::star::uno::Se
sal_Int32 nCount = rNames.getLength();
Sequence< sal_Bool > lStates(nCount);
- // We must be sure to return a valid information everytime!
- // Set default to non readonly ... similar to the configuration handling of this property.
+ // We must be sure to return a valid information every time!
+ // Set default to non readonly... similar to the configuration handling of this property.
for ( i=0; i<nCount; ++i)
lStates[i] = sal_False;
- // no access - no information ...
+ // no access - no information...
Reference< XHierarchicalNameAccess > xHierarchyAccess = GetTree();
if (!xHierarchyAccess.is())
return lStates;