forms/source/component/GroupManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ff22834795711df14e8ad20c503afc2598884880 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:26 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 5 07:09:39 2019 +0200 Fix typo Change-Id: I2d361544b571144e7f0f2c4190ec3e578427ec7c Reviewed-on: https://gerrit.libreoffice.org/73475 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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; } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
