Fix ctor check
Change-Id: Ie261d5412c510c045b4d93a6bf1a3d4cf4371897
This commit is contained in:
parent
a0b4f816ce
commit
836b74aead
@ -1626,7 +1626,8 @@ void StringConstant::handleOUStringCtor(
|
||||
if (e3 == nullptr) {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user