no special handling of text box shapes, we already have a drawpage set
This commit is contained in:
parent
dddba7cb21
commit
eecb1bb4ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue