mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug #70010
This commit is contained in:
@ -204,6 +204,11 @@ namespace NSDoctRenderer
|
||||
* Creates an array. This method returns the current context and calls its CreateArray method.
|
||||
*/
|
||||
static CDocBuilderValue CreateArray(const int& length);
|
||||
/**
|
||||
* Please use CDocBuilderContext::CreateObject
|
||||
* Creates an object. This method returns the current context and calls its CreateObject method.
|
||||
*/
|
||||
static CDocBuilderValue CreateObject();
|
||||
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user