mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix debug build
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
#include "Math/OMath.h"
|
||||
|
||||
#include "Logic/Annotations.h"
|
||||
#include "Logic/Hyperlink.h"
|
||||
#include "Logic/Paragraph.h"
|
||||
#include "Logic/Sdt.h"
|
||||
#include "Logic/Table.h"
|
||||
|
||||
@ -32,12 +32,15 @@
|
||||
#pragma once
|
||||
#include "Document.h"
|
||||
|
||||
#include "Math/oMathPara.h"
|
||||
#include "Math/OMath.h"
|
||||
|
||||
#include "Logic/Annotations.h"
|
||||
#include "Logic/Hyperlink.h"
|
||||
#include "Logic/Paragraph.h"
|
||||
#include "Logic/Sdt.h"
|
||||
#include "Logic/Table.h"
|
||||
#include "Math/oMathPara.h"
|
||||
#include "Math/OMath.h"
|
||||
|
||||
#include "External/HyperLink.h"
|
||||
|
||||
namespace OOX
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Docx.h"
|
||||
#include "Endnote.h"
|
||||
|
||||
namespace OOX
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
*/
|
||||
|
||||
#include "Footnote.h"
|
||||
#include "Document.h"
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
|
||||
@ -32,12 +32,14 @@
|
||||
|
||||
#include "FtnEdn.h"
|
||||
|
||||
#include "Math/oMathPara.h"
|
||||
#include "Math/OMath.h"
|
||||
|
||||
#include "Logic/Annotations.h"
|
||||
#include "Logic/Hyperlink.h"
|
||||
#include "Logic/Paragraph.h"
|
||||
#include "Logic/Sdt.h"
|
||||
#include "Logic/Table.h"
|
||||
#include "Math/oMathPara.h"
|
||||
#include "Math/OMath.h"
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
|
||||
@ -32,9 +32,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Base/Nullable.h"
|
||||
|
||||
#include "WritingElement.h"
|
||||
|
||||
#include "../Common/SimpleTypes_Word.h"
|
||||
|
||||
// TO DO: Нехватающие классы:
|
||||
// <w:customXml>
|
||||
// <w:del>
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
|
||||
#include "Logic/Annotations.h"
|
||||
#include "Logic/Paragraph.h"
|
||||
#include "Logic/Hyperlink.h"
|
||||
#include "Logic/Sdt.h"
|
||||
#include "Logic/Table.h"
|
||||
#include "Math/oMathPara.h"
|
||||
|
||||
@ -35,6 +35,9 @@
|
||||
#include "../Base/Nullable.h"
|
||||
|
||||
#include "WritingElement.h"
|
||||
#include "IFileContainer.h"
|
||||
|
||||
#include "../Common/SimpleTypes_Word.h"
|
||||
|
||||
// TO DO: Нехватающие классы:
|
||||
// <w:customXml>
|
||||
|
||||
@ -31,7 +31,9 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "../../Base/Nullable.h"
|
||||
#include "../WritingElement.h"
|
||||
#include "../../Common/SimpleTypes_Word.h"
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
|
||||
@ -29,12 +29,14 @@
|
||||
* terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
|
||||
*
|
||||
*/
|
||||
#include "../Math/oMathPara.h"
|
||||
#include "../Math/OMath.h"
|
||||
|
||||
#include "Table.h"
|
||||
#include "Paragraph.h"
|
||||
#include "Annotations.h"
|
||||
#include "Sdt.h"
|
||||
#include "../Math/oMathPara.h"
|
||||
#include "../Math/OMath.h"
|
||||
#include "Hyperlink.h"
|
||||
|
||||
namespace ComplexTypes
|
||||
{
|
||||
|
||||
@ -30,6 +30,8 @@
|
||||
*
|
||||
*/
|
||||
#include "oMathPara.h"
|
||||
#include "../Logic/Run.h"
|
||||
|
||||
namespace OOX
|
||||
{
|
||||
namespace Logic
|
||||
|
||||
Reference in New Issue
Block a user