Disambiguation for MSC
Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e
This commit is contained in:
parent
a12286cf81
commit
1976b017c3
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user