ignore RTF_FORMSHADE

This commit is contained in:
Miklos Vajna 2011-08-11 16:00:55 +02:00
parent fa73964707
commit d80ff1025b

View file

@ -1754,6 +1754,9 @@ int RTFDocumentImpl::dispatchFlag(RTFKeyword nKeyword)
case RTF_NOLINE:
lcl_eraseNestedAttribute(m_aStates.top().aSectionSprms, NS_ooxml::LN_EG_SectPrContents_lnNumType, NS_ooxml::LN_CT_LineNumber_distance);
break;
case RTF_FORMSHADE:
// Noop, this is the default in Writer.
break;
default:
#if OSL_DEBUG_LEVEL > 1
OSL_TRACE("%s: TODO handle flag '%s'", OSL_THIS_FUNC, lcl_RtfToString(nKeyword));