[Libreoffice-commits] core.git: forms/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jun 2 19:10:07 UTC 2019
forms/source/component/DatabaseForm.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 187deae2df27081b7345ebd25b074cc1395ed743
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 2 17:56:54 2019 +0000
Commit: Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at 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));
More information about the Libreoffice-commits
mailing list