Commit 1a377d87 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent ed3e107d
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
namespace XLS namespace XLS
{ {
// Logical representation of SxFilt record in BIFF8
class SxFilt: public BiffRecord class SxFilt: public BiffRecord
{ {
BIFF_RECORD_DEFINE_TYPE_INFO(SxFilt) BIFF_RECORD_DEFINE_TYPE_INFO(SxFilt)
......
...@@ -582,6 +582,7 @@ SOURCES += \ ...@@ -582,6 +582,7 @@ SOURCES += \
../XlsFormat/Logic/Biff_structures/XLUnicodeRichExtendedString.cpp \ ../XlsFormat/Logic/Biff_structures/XLUnicodeRichExtendedString.cpp \
../XlsFormat/Logic/Biff_structures/XORObfuscation.cpp \ ../XlsFormat/Logic/Biff_structures/XORObfuscation.cpp \
../XlsFormat/Logic/Biff_structures/XTI.cpp \ ../XlsFormat/Logic/Biff_structures/XTI.cpp \
../XlsFormat/Logic/Biff_structures/SxAxis.cpp \
../XlsFormat/Logic/Biff_structures/ODRAW/MSOCR.cpp \ ../XlsFormat/Logic/Biff_structures/ODRAW/MSOCR.cpp \
../XlsFormat/Logic/Biff_structures/ODRAW/MSOSHADECOLOR.cpp \ ../XlsFormat/Logic/Biff_structures/ODRAW/MSOSHADECOLOR.cpp \
../XlsFormat/Logic/Biff_structures/ODRAW/OfficeArtBlip.cpp \ ../XlsFormat/Logic/Biff_structures/ODRAW/OfficeArtBlip.cpp \
...@@ -1364,6 +1365,7 @@ HEADERS += \ ...@@ -1364,6 +1365,7 @@ HEADERS += \
../XlsFormat/Logic/Biff_structures/XLUnicodeRichExtendedString.h \ ../XlsFormat/Logic/Biff_structures/XLUnicodeRichExtendedString.h \
../XlsFormat/Logic/Biff_structures/XORObfuscation.h \ ../XlsFormat/Logic/Biff_structures/XORObfuscation.h \
../XlsFormat/Logic/Biff_structures/XTI.h \ ../XlsFormat/Logic/Biff_structures/XTI.h \
../XlsFormat/Logic/Biff_structures/SxAxis.h \
../XlsFormat/Logic/Biff_structures/ODRAW/IMsoArray.h \ ../XlsFormat/Logic/Biff_structures/ODRAW/IMsoArray.h \
../XlsFormat/Logic/Biff_structures/ODRAW/MSOCR.h \ ../XlsFormat/Logic/Biff_structures/ODRAW/MSOCR.h \
../XlsFormat/Logic/Biff_structures/ODRAW/MSO_enums.h \ ../XlsFormat/Logic/Biff_structures/ODRAW/MSO_enums.h \
......
...@@ -751,3 +751,4 @@ ...@@ -751,3 +751,4 @@
#include "../XlsFormat/Logic/Biff_records/IMDATA.cpp" #include "../XlsFormat/Logic/Biff_records/IMDATA.cpp"
#include "../XlsFormat/Logic/Biff_structures/CFDatabar.cpp" #include "../XlsFormat/Logic/Biff_structures/CFDatabar.cpp"
#include "../XlsFormat/Logic/Biff_structures/CFGradient.cpp" #include "../XlsFormat/Logic/Biff_structures/CFGradient.cpp"
#include "../XlsFormat/Logic/Biff_structures/SxAxis.cpp"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment