mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -36,7 +36,6 @@
|
||||
|
||||
namespace NSDoctRenderer
|
||||
{
|
||||
class CDocBuilderJS;
|
||||
|
||||
/**
|
||||
* Class for getting results of called js commands
|
||||
@ -231,11 +230,12 @@ namespace NSDoctRenderer
|
||||
* Unloading the ONLYOFFICE Document Builder from the application memory when it is no longer needed.
|
||||
*/
|
||||
static void Dispose();
|
||||
CDocBuilder_Private* GetPrivate() { return m_pInternal; }
|
||||
|
||||
private:
|
||||
CDocBuilder_Private* m_pInternal;
|
||||
|
||||
friend class CDocBuilderJS;
|
||||
friend class CBuilderDocumentEmbed;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user