Kaydet (Commit) 1976b017 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Disambiguation for MSC

Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e
üst a12286cf
......@@ -120,8 +120,8 @@ void WriterXmlEmitter::fillFrameProps( DrawElement& rElem,
{
if( dynamic_cast<ParagraphElement*>(pAnchor) )
{
rProps[ "text:anchor-type" ] =
rElem.isCharacter ? "character" : "paragraph";
rProps[ "text:anchor-type" ] = rElem.isCharacter
? OUString("character") : OUString("paragraph");
}
else
{
......
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