Kaydet (Commit) b30c9f7d authored tarafından Luboš Luňák's avatar Luboš Luňák

++I_hate_sal_Int32

üst b950cf55
...@@ -2104,7 +2104,7 @@ void DocxAttributeOutput::FlyFrameGraphic( const SwGrfNode& rGrfNode, const Size ...@@ -2104,7 +2104,7 @@ void DocxAttributeOutput::FlyFrameGraphic( const SwGrfNode& rGrfNode, const Size
} }
// picture description // picture description
::sax_fastparser::FastAttributeList* attrList = m_pSerializer->createAttrList(); ::sax_fastparser::FastAttributeList* attrList = m_pSerializer->createAttrList();
attrList->add( XML_id, OString::valueOf( m_anchorId++ ).getStr()); attrList->add( XML_id, OString::valueOf( sal_Int32( m_anchorId++ )).getStr());
attrList->add( XML_name, "Picture" ); attrList->add( XML_name, "Picture" );
attrList->add( XML_descr, OUStringToOString( rGrfNode.GetDescription(), RTL_TEXTENCODING_UTF8 ).getStr()); attrList->add( XML_descr, OUStringToOString( rGrfNode.GetDescription(), RTL_TEXTENCODING_UTF8 ).getStr());
if( GetExport().GetFilter().getVersion( ) != oox::core::ECMA_DIALECT ) if( GetExport().GetFilter().getVersion( ) != oox::core::ECMA_DIALECT )
......
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