Disambiguation for MSC
Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e
This commit is contained in:
@@ -120,8 +120,8 @@ void WriterXmlEmitter::fillFrameProps( DrawElement& rElem,
|
|||||||
{
|
{
|
||||||
if( dynamic_cast<ParagraphElement*>(pAnchor) )
|
if( dynamic_cast<ParagraphElement*>(pAnchor) )
|
||||||
{
|
{
|
||||||
rProps[ "text:anchor-type" ] =
|
rProps[ "text:anchor-type" ] = rElem.isCharacter
|
||||||
rElem.isCharacter ? "character" : "paragraph";
|
? OUString("character") : OUString("paragraph");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user