diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:24:50 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 09:26:26 +0200 |
commit | 4361b394cd707b0fbcdcdf7f7f3258b76b840f08 (patch) | |
tree | 1b2846f4839dbab2bbf8963eba85ae0510090007 | |
parent | 6ec77ebc2e566cb2976aedeb380c38edecbe0cb3 (diff) |
Fix typo
Change-Id: I0e671745c320283a1f62f49c336a1d68cfae4371
Reviewed-on: https://gerrit.libreoffice.org/72940
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | extensions/source/update/check/updatehdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx index a54dd15cbadd..9630a9395218 100644 --- a/extensions/source/update/check/updatehdl.cxx +++ b/extensions/source/update/check/updatehdl.cxx @@ -742,7 +742,7 @@ void UpdateHandler::focusControl( DialogControls eID ) return; } - OSL_ENSURE( (eID < BUTTON_COUNT), "UpdateHandler::focusControl: id to big!" ); + OSL_ENSURE( (eID < BUTTON_COUNT), "UpdateHandler::focusControl: id too big!" ); uno::Reference< awt::XWindow > xWindow( xContainer->getControl( msButtonIDs[static_cast<short>(eID)] ), uno::UNO_QUERY ); if ( xWindow.is() ) |