Xlsx refactoring

Correct includes using forward declarations.
x2t compiled(debug/release) and checked.
This commit is contained in:
Vikulov Dmitry
2023-01-12 15:44:13 +03:00
parent ec547778b5
commit c37105e4ae
35 changed files with 222 additions and 33 deletions

View File

@ -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"