diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-04 19:21:39 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-05 09:56:29 +0200 |
commit | 0317835baf1f9531365131203decc6eb44b273e4 (patch) | |
tree | 108d6f0a2d172e629857566f7e3b15c27c3ddcd9 /UnoControls | |
parent | fb8205ddaa5ef59bf6fe520727b0cb1a5036dc85 (diff) |
Fix typo
Change-Id: I49ffb2fff63a8818c4e84a26923fca1484bf1e36
Reviewed-on: https://gerrit.libreoffice.org/70284
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/base/basecontainercontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |