This commit is contained in:
Oleg.Korshul
2020-12-01 00:39:10 +03:00
parent 3ec8dc1960
commit 3bca2b1ae9
33 changed files with 4201 additions and 2528 deletions

View File

@ -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;
};
/**