From 9abc8884a7b300b326f24f33fb05cbf93499e67a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 21 Jun 2018 12:17:12 +0200 Subject: Fix typo Change-Id: I73aa1fe0f37b9cb5f44042850c952d3f9e425f79 Reviewed-on: https://gerrit.libreoffice.org/56231 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- forms/source/component/DatabaseForm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forms/source') 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(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); -- cgit