Fix ctor check
Change-Id: Ie261d5412c510c045b4d93a6bf1a3d4cf4371897
This commit is contained in:
@@ -1626,7 +1626,8 @@ void StringConstant::handleOUStringCtor(
|
|||||||
if (e3 == nullptr) {
|
if (e3 == nullptr) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!loplugin::DeclCheck(e3->getConstructor()).Function("OUString").Class("OUString").Namespace("rtl").GlobalNamespace())
|
if (!loplugin::DeclCheck(e3->getConstructor()).MemberFunction()
|
||||||
|
.Class("OUString").Namespace("rtl").GlobalNamespace())
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user