loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)
Change-Id: Ia39a4f4689ae0d6e2b7303a89251634bfe0eeb2f
This commit is contained in:
parent
0cdfe1cdc1
commit
79a410daa9
@ -820,7 +820,7 @@ bool Converter::convertDuration(double& rfTime,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sDoubleStr += OUString(c);
|
sDoubleStr += OUStringLiteral1(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user