Commit eec9bf14 authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

x2t linux build

parent 4e9da3ea
...@@ -142,7 +142,7 @@ namespace DocFileFormat ...@@ -142,7 +142,7 @@ namespace DocFileFormat
} }
else if (m_isBulletPicture) else if (m_isBulletPicture)
{ {
m_pXmlWriter->WriteAttribute( _T( "o:bullet" ), true ); m_pXmlWriter->WriteAttribute( _T( "o:bullet" ), _T( "1" ) );
} }
std::list<OptionEntry>::iterator end = options.end(); std::list<OptionEntry>::iterator end = options.end();
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
QT -= core QT -= core
QT -= gui QT -= gui
VERSION = 2.0.2.363 VERSION = 2.0.2.364
DEFINES += INTVER=$$VERSION DEFINES += INTVER=$$VERSION
mac { mac {
......
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