Fix typos
It passed "make check" Change-Id: I055017a7616ed4d9725c66a387c040b55e22751f Reviewed-on: https://gerrit.libreoffice.org/76202 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
@@ -375,7 +375,7 @@ static int derivedFromCount(QualType qt, const CXXRecordDecl* baseRecord)
|
||||
*/
|
||||
static bool isDerivedFrom(const CXXRecordDecl* subtypeRecord, const CXXRecordDecl* baseRecord)
|
||||
{
|
||||
// if there is more than one case, then we have an ambigous conversion, and we can't change the code
|
||||
// if there is more than one case, then we have an ambiguous conversion, and we can't change the code
|
||||
// to use the upcasting constructor.
|
||||
return derivedFromCount(subtypeRecord, baseRecord) == 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user