summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
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);
}
}