forms/source/component/DatabaseForm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9abc8884a7b300b326f24f33fb05cbf93499e67a Author: Andrea Gelmini <[email protected]> Date: Thu Jun 21 12:17:12 2018 +0200 Fix typo Change-Id: I73aa1fe0f37b9cb5f44042850c952d3f9e425f79 Reviewed-on: https://gerrit.libreoffice.org/56231 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index a191db5d0d42..58c4d8b7f727 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -2904,13 +2904,13 @@ void ODatabaseForm::reload_impl(bool bMoveToFirst, const Reference< XInteraction DocumentModifyGuard aModifyGuard( *this ); // ensures the document is not marked as "modified" just because we change some control's content during - // reloading ... + // reloading... EventObject aEvent(static_cast<XWeak*>(this)); { // only if there is no approve listener we can post the event at this time // otherwise see approveRowsetChange - // the approvement is done by the aggregate + // the approval is done by the aggregate if (!m_aRowSetApproveListeners.getLength()) { ::comphelper::OInterfaceIteratorHelper2 aIter(m_aLoadListeners); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
