no special handling of text box shapes, we already have a drawpage set

This commit is contained in:
Miklos Vajna 2011-08-12 18:33:52 +02:00
parent dddba7cb21
commit eecb1bb4ef

View file

@ -274,7 +274,7 @@ void RTFSdrImport::resolve(RTFShape& rShape)
OUStringToOString( i->second, RTL_TEXTENCODING_UTF8 ).getStr());
}
if (nType == 75 || nType == 202) // picture frame or text box
if (nType == 75) // picture frame
{
if (bPib)
m_rImport.resolvePict(false);