diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-02 17:56:54 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-02 21:09:12 +0200 |
commit | 187deae2df27081b7345ebd25b074cc1395ed743 (patch) | |
tree | b90e1c77f3290f75f8320511077dc98b71ecd3b0 /forms/source | |
parent | 7d49e64c2aad701d2903af8a451a31d90005d257 (diff) |
Fix typo
Change-Id: I588837ea6eeeb271a821edcd4e9bc14bb78bf933
Reviewed-on: https://gerrit.libreoffice.org/73351
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |