forms/source/component/DatabaseForm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 187deae2df27081b7345ebd25b074cc1395ed743 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Jun 2 17:56:54 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jun 2 21:09:12 2019 +0200 Fix typo Change-Id: I588837ea6eeeb271a821edcd4e9bc14bb78bf933 Reviewed-on: https://gerrit.libreoffice.org/73351 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index 2367a06b5441..ca2c07496fc1 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -468,7 +468,7 @@ Sequence<sal_Int8> ODatabaseForm::GetDataMultiPartEncoded(const Reference<XContr FillSuccessfulList( aSuccObjList, SubmitButton, MouseEvt ); - // Aggregate Liste to OUString + // Aggregate List to OUString for (auto const& succObj : aSuccObjList) { if( succObj.nRepresentation == SUCCESSFUL_REPRESENT_TEXT ) @@ -2025,7 +2025,7 @@ void ODatabaseForm::reset_impl(bool _bAproveByListeners) aResetGuard.reset(); // and again : ensure the row isn't modified - // we already did this after we (and maybe our dependents) resetted the values, but the listeners may have changed the row, too + // we already did this after we (and maybe our dependents) reset the values, but the listeners may have changed the row, too if (bInsertRow) m_xAggregateSet->setPropertyValue(PROPERTY_ISMODIFIED, css::uno::Any(false)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits