mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Xlsx refactoring
Correct includes using forward declarations. x2t compiled(debug/release) and checked.
This commit is contained in:
@ -38,6 +38,14 @@
|
||||
#include "../../../OOXML/XlsxFormat/Comments/Comments.h"
|
||||
#include "../../../OOXML/XlsxFormat/SharedStrings/SharedStrings.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Styles.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/NumFmts.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/CellStyles.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/dxf.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Xfs.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Fonts.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Fills.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Borders.h"
|
||||
#include "../../../OOXML/XlsxFormat/Styles/Colors.h"
|
||||
#include "../../../OOXML/XlsxFormat/CalcChain/CalcChain.h"
|
||||
#include "../../../OOXML/XlsxFormat/ExternalLinks/ExternalLinks.h"
|
||||
#include "../../../OOXML/XlsxFormat/ExternalLinks/ExternalLinkPath.h"
|
||||
|
||||
Reference in New Issue
Block a user