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

RTFSdrImport::resolve: replace 75 in the importer as well

üst 905d1a4e
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <com/sun/star/text/WritingMode.hpp> #include <com/sun/star/text/WritingMode.hpp>
#include <ooxml/resourceids.hxx> // NS_ooxml namespace #include <ooxml/resourceids.hxx> // NS_ooxml namespace
#include <filter/msfilter/escherex.hxx>
#include <rtfsdrimport.hxx> #include <rtfsdrimport.hxx>
...@@ -274,7 +275,7 @@ void RTFSdrImport::resolve(RTFShape& rShape) ...@@ -274,7 +275,7 @@ void RTFSdrImport::resolve(RTFShape& rShape)
OUStringToOString( i->second, RTL_TEXTENCODING_UTF8 ).getStr() << "'"); OUStringToOString( i->second, RTL_TEXTENCODING_UTF8 ).getStr() << "'");
} }
if (nType == 75) // picture frame if (nType == ESCHER_ShpInst_PictureFrame) // picture frame
{ {
if (bPib) if (bPib)
m_rImport.resolvePict(false); m_rImport.resolvePict(false);
......
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