mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix BeginShape to BeginMarkedContent
This commit is contained in:
@ -2345,10 +2345,9 @@ HRESULT CPdfWriter::AddMetaData(const std::wstring& sMetaName, BYTE* pMetaData,
|
||||
{
|
||||
return m_pDocument->AddMetaData(sMetaName, pMetaData, nMetaLength) ? S_OK : S_FALSE;
|
||||
}
|
||||
HRESULT CPdfWriter::AddShapeXML(const std::string& sXML)
|
||||
void CPdfWriter::AddShapeXML(const std::string& sXML)
|
||||
{
|
||||
m_pDocument->AddShapeXML(sXML);
|
||||
return S_OK;
|
||||
}
|
||||
void CPdfWriter::EndMarkedContent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user