[Libreoffice-commits] core.git: forms/source

Andrea Gelmini andrea.gelmini at gelma.net
Thu Jun 21 11:02:20 UTC 2018


 forms/source/component/DatabaseForm.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9abc8884a7b300b326f24f33fb05cbf93499e67a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
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 <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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);


More information about the Libreoffice-commits mailing list