Kaydet (Commit) 0317835b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I49ffb2fff63a8818c4e84a26923fca1484bf1e36
Reviewed-on: https://gerrit.libreoffice.org/70284Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst fb8205dd
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment