extensions/source/propctrlr/handlerhelper.hxx | 2 +- extensions/source/update/check/updatehdl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4361b394cd707b0fbcdcdf7f7f3258b76b840f08 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:50 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 25 09:26:26 2019 +0200 Fix typo Change-Id: I0e671745c320283a1f62f49c336a1d68cfae4371 Reviewed-on: https://gerrit.libreoffice.org/72940 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> 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() ) commit 6ec77ebc2e566cb2976aedeb380c38edecbe0cb3 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:24:53 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Sat May 25 09:26:13 2019 +0200 Fix typo Change-Id: I16e3d831aa8a393a4d740742710b9af3d6f9262f Reviewed-on: https://gerrit.libreoffice.org/72937 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/extensions/source/propctrlr/handlerhelper.hxx b/extensions/source/propctrlr/handlerhelper.hxx index cd7705e8e542..e1eeed046081 100644 --- a/extensions/source/propctrlr/handlerhelper.hxx +++ b/extensions/source/propctrlr/handlerhelper.hxx @@ -190,7 +190,7 @@ namespace pcr /// @throws css::uno::RuntimeException static css::uno::Reference< css::uno::XInterface > getContextDocument_throw( const css::uno::Reference<css::uno::XComponentContext> & _rContext ); - /** gets the window of the ObjectInspector in which an property handler lives + /** gets the window of the ObjectInspector in which a property handler lives The method looks up a value called "DialogParentWindow" in the given UNO component context, queries it for XWindow, and returns the respective vcl::Window*. If either of those steps fails, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
