diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:23:26 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-05 07:09:39 +0200 |
commit | ff22834795711df14e8ad20c503afc2598884880 (patch) | |
tree | c1af739cc2bb2b893aa78090da020cce86eed9a7 /forms | |
parent | 0f97f545dd9764e0861be07c204029cadbdfcf76 (diff) |
Fix typo
Change-Id: I2d361544b571144e7f0f2c4190ec3e578427ec7c
Reviewed-on: https://gerrit.libreoffice.org/73475
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/GroupManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx index 35fd716a47a2..a98cceb075d5 100644 --- a/forms/source/component/GroupManager.cxx +++ b/forms/source/component/GroupManager.cxx @@ -270,7 +270,7 @@ void SAL_CALL OGroupManager::propertyChange(const PropertyChangeEvent& evt) else if (evt.PropertyName == PROPERTY_GROUP_NAME) { evt.OldValue >>= sGroupName; if (sGroupName.isEmpty()) { - // No prior GroupName; fallback to Nme + // No prior GroupName; fallback to Name xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName; } } |