mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
Fix bugs in HWPX/HWPML conversion
This commit is contained in:
@ -17,8 +17,10 @@ ENoteNumbering GetNoteNumbering(int nValue)
|
||||
CNoteShape::CNoteShape()
|
||||
{}
|
||||
|
||||
CNoteShape::CNoteShape(CXMLReader& oReader)
|
||||
{}
|
||||
CNoteShape::CNoteShape(CXMLReader& oReader, EHanType eType)
|
||||
{
|
||||
//TODO:: реализовать
|
||||
}
|
||||
|
||||
CNoteShape* CNoteShape::Parse(int nLevel, int nSize, CHWPStream& oBuffer, int nOff, int nVersion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user