Kaydet (Commit) ea1a038f authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: fix indentation in rtfstringbuffer

Change-Id: Ie1029a03e614aceaeda10a762183cb06e93c1639
üst c3239f45
...@@ -26,7 +26,7 @@ RtfStringBufferValue::RtfStringBufferValue(const SwFlyFrmFmt* pFlyFrmFmt, const ...@@ -26,7 +26,7 @@ RtfStringBufferValue::RtfStringBufferValue(const SwFlyFrmFmt* pFlyFrmFmt, const
void RtfStringBufferValue::makeStringAndClear(RtfAttributeOutput* pAttributeOutput) void RtfStringBufferValue::makeStringAndClear(RtfAttributeOutput* pAttributeOutput)
{ {
if (!isGraphic()) if (!isGraphic())
pAttributeOutput->m_rExport.Strm().WriteCharPtr( m_aBuffer.makeStringAndClear().getStr() ); pAttributeOutput->m_rExport.Strm().WriteCharPtr(m_aBuffer.makeStringAndClear().getStr());
else else
pAttributeOutput->FlyFrameGraphic(m_pFlyFrmFmt, m_pGrfNode); pAttributeOutput->FlyFrameGraphic(m_pFlyFrmFmt, m_pGrfNode);
} }
......
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