Fix typo in code
It passed "make check" on Linux Change-Id: I18675a47549d93de241c4d35b437fcef72662654 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103256 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
606c9fb6e5
commit
61e2da8858
@@ -1909,9 +1909,9 @@ void SAL_CALL ODatabaseForm::reset()
|
||||
}
|
||||
|
||||
|
||||
void ODatabaseForm::reset_impl(bool _bAproveByListeners)
|
||||
void ODatabaseForm::reset_impl(bool _bApproveByListeners)
|
||||
{
|
||||
if ( _bAproveByListeners )
|
||||
if ( _bApproveByListeners )
|
||||
if ( !m_aResetListeners.approveReset() )
|
||||
return;
|
||||
|
||||
|
@@ -446,7 +446,7 @@ private:
|
||||
void reload_impl(bool bMoveToFirst,
|
||||
const css::uno::Reference< css::task::XInteractionHandler >& _rxCompletionHandler = css::uno::Reference< css::task::XInteractionHandler >());
|
||||
void submit_impl(const css::uno::Reference< css::awt::XControl>& Control, const css::awt::MouseEvent& MouseEvt);
|
||||
void reset_impl(bool _bAproveByListeners);
|
||||
void reset_impl(bool _bApproveByListeners);
|
||||
|
||||
bool implEnsureConnection();
|
||||
|
||||
|
Reference in New Issue
Block a user