[Libreoffice-commits] core.git: UnoControls/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 5 07:56:57 UTC 2019
UnoControls/source/base/basecontainercontrol.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0317835baf1f9531365131203decc6eb44b273e4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 4 19:21:39 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 );
}
More information about the Libreoffice-commits
mailing list