UnoControls/source/base/basecontainercontrol.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0317835baf1f9531365131203decc6eb44b273e4 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Apr 4 19:21:39 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Fri Apr 5 09:56:29 2019 +0200 Fix typo Change-Id: I49ffb2fff63a8818c4e84a26923fca1484bf1e36 Reviewed-on: https://gerrit.libreoffice.org/70284 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx index ffd67a3388b0..91efd22a28f7 100644 --- a/UnoControls/source/base/basecontainercontrol.cxx +++ b/UnoControls/source/base/basecontainercontrol.cxx @@ -55,7 +55,7 @@ Any SAL_CALL BaseContainerControl::queryInterface( const Type& rType ) Reference< XInterface > xDel = BaseControl::impl_getDelegator(); if ( xDel.is() ) { - // If a delegator exist, forward question to his queryInterface. + // If a delegator exists, forward question to its queryInterface. // Delegator will ask its own queryAggregation! aReturn = xDel->queryInterface( rType ); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
