Commit c7bf97b7 authored by ElenaSubbotina's avatar ElenaSubbotina

..

parent dd03ec89
...@@ -54,6 +54,9 @@ SOURCES += \ ...@@ -54,6 +54,9 @@ SOURCES += \
../source/RtfSection.cpp \ ../source/RtfSection.cpp \
../source/RtfShape.cpp \ ../source/RtfShape.cpp \
../source/RtfWriter.cpp \ ../source/RtfWriter.cpp \
../source/RtfMath.cpp \
../source/Reader/OOXMathReader.cpp \
../source/Reader/OOXDrawingGraphicReader.cpp \
../source/Reader/OOXHeaderReader.cpp \ ../source/Reader/OOXHeaderReader.cpp \
../source/Reader/OOXParagraphElementReaders.cpp \ ../source/Reader/OOXParagraphElementReaders.cpp \
../source/Reader/OOXReader.cpp \ ../source/Reader/OOXReader.cpp \
...@@ -155,10 +158,3 @@ HEADERS += \ ...@@ -155,10 +158,3 @@ HEADERS += \
../source/Writer/OOXThemeWriter.h \ ../source/Writer/OOXThemeWriter.h \
../source/Writer/OOXWriter.h \ ../source/Writer/OOXWriter.h \
../source/Ole1FormatReader.h ../source/Ole1FormatReader.h
SOURCES += \
../source/RtfMath.cpp \
../source/Reader/OOXMathReader.cpp \
../source/Reader/OOXDrawingGraphicReader.cpp \
../source/RtfParagraph .cpp \
../source/RtfParagraph.cpp
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "IdGenerator.h" #include "IdGenerator.h"
#include "RtfDefine.h" #include "RtfDefine.h"
#include <boost/shared_ptr.hpp> #include "boost/shared_ptr.hpp"
enum _MetricUnits{ mu_none, mu_Auto, mu_Percent, mu_Twips }; enum _MetricUnits{ mu_none, mu_Auto, mu_Percent, mu_Twips };
......
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