Kaydet (Commit) 79a410da authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)

Change-Id: Ia39a4f4689ae0d6e2b7303a89251634bfe0eeb2f
üst 0cdfe1cd
......@@ -820,7 +820,7 @@ bool Converter::convertDuration(double& rfTime,
}
else
{
sDoubleStr += OUString(c);
sDoubleStr += OUStringLiteral1(c);
}
}
}
......
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