summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 13:42:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-14 16:40:13 +0100
commit866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d (patch)
treec7fe4c64765fe8e9cbac5b3df5045a0f6d71206a /forms
parenta452643b431803b613919871abf1a81de6de3464 (diff)
Fix typos
Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120 Reviewed-on: https://gerrit.libreoffice.org/47861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 70608e16db6a..6b623752a684 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3254,7 +3254,7 @@ void SAL_CALL ODatabaseForm::executeWithCompletion( const Reference< XInteractio
if ( !impl_approveRowChange_throw( event, true, aGuard ) )
return;
- // we're loaded and somebody want's to execute ourself -> this means a reload
+ // we're loaded and somebody wants to execute ourself -> this means a reload
reload_impl(false, _rxHandler);
}
}
@@ -3280,7 +3280,7 @@ void SAL_CALL ODatabaseForm::execute()
if ( !impl_approveRowChange_throw( event, true, aGuard ) )
return;
- // we're loaded and somebody want's to execute ourself -> this means a reload
+ // we're loaded and somebody wants to execute ourself -> this means a reload
reload_impl(false);
}
}