From 866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 13:42:52 +0100 Subject: Fix typos Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120 Reviewed-on: https://gerrit.libreoffice.org/47861 Tested-by: Jenkins Reviewed-by: Julien Nabet --- forms/source/component/DatabaseForm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forms') 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); } } -- cgit