Commit cee61e7a authored by ElenaSubbotina's avatar ElenaSubbotina

x2t version up

parent 48185ed4
...@@ -250,10 +250,6 @@ public: ...@@ -250,10 +250,6 @@ public:
{ {
pFile->WriteFile((BYTE*)m_pMetaHeader, m_lMetaHeaderSize); pFile->WriteFile((BYTE*)m_pMetaHeader, m_lMetaHeaderSize);
} }
if (NULL != m_pMetaFile)
{
pFile->WriteFile((BYTE*)m_pMetaFile, m_lMetaFileSize);
}
} }
}; };
......
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#ifndef RGB
#define RGB(r,g,b) ((_UINT32)(((BYTE)(r)|((_UINT16)((BYTE)(g))<<8))|(((_UINT32)(BYTE)(b))<<16)))
#endif
bool ParseStyle(RtfShape* pShape, SimpleTypes::Vml::CCssProperty* prop) bool ParseStyle(RtfShape* pShape, SimpleTypes::Vml::CCssProperty* prop)
{ {
if (pShape == NULL) return false; if (pShape == NULL) return false;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.3.432 VERSION = 2.0.3.434
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
TARGET = x2t TARGET = x2t
......
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