summaryrefslogtreecommitdiff
path: root/forms/source/component/GroupManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/GroupManager.cxx')
-rw-r--r--forms/source/component/GroupManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx
index c255ede867da..d0a33abf4631 100644
--- a/forms/source/component/GroupManager.cxx
+++ b/forms/source/component/GroupManager.cxx
@@ -281,7 +281,7 @@ void SAL_CALL OGroupManager::propertyChange(const PropertyChangeEvent& evt) thro
if (evt.PropertyName == PROPERTY_NAME) {
if (!sGroupName.isEmpty())
return; // group hasn't changed; ignore this name change.
- // no GroupName; use Name as GroupNme
+ // no GroupName; use Name as GroupName
evt.OldValue >>= sGroupName;
}
else if (evt.PropertyName == PROPERTY_GROUP_NAME) {