summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-21 12:17:12 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-21 13:01:50 +0200
commit9abc8884a7b300b326f24f33fb05cbf93499e67a (patch)
tree6090e65ed76cd67d03bda954ed3c426b5c58928b /forms
parenta6ccfd3589fcf42156931a7bbc3276cfc78c06d0 (diff)
Fix typo
Change-Id: I73aa1fe0f37b9cb5f44042850c952d3f9e425f79 Reviewed-on: https://gerrit.libreoffice.org/56231 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx4
1 files changed, 2 insertions, 2 deletions
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);