Commit 767d74f0 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

ubuntu build (not finished)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@57996 954022d7-b5bf-4e40-9824-e11837661b57
parent b3f920e1
#pragma once
#include "SimpleTypes_Base.h"
#include "SimpleTypes_Word.h"
// SharedML Office Open Xml (22.8)
namespace SimpleTypes
......
......@@ -3492,7 +3492,7 @@ namespace SimpleTypes
else if ( _T("textFile") == sValue ) this->m_eValue = mailmergeddatatypeTextFile;
else if ( _T("xQuery") == sValue ) this->m_eValue = mailmergeddatatypeXQuery;
else if ( _T("xmlFile") == sValue ) this->m_eValue = mailmergeddatatypeXmlFile;
else this-> this->m_eValue = eDefValue;
else this->m_eValue = eDefValue;
return this->m_eValue;
}
......@@ -5144,7 +5144,7 @@ namespace SimpleTypes
}
else
{
switch(m_eValue)
switch(this->m_eValue)
{
case stylesortBasedOn : return _T("0004");
case stylesortDefault : return _T("0002");
......
......@@ -50,12 +50,14 @@ namespace OOX
return *this;
}
#ifdef _WIN32
const RId& operator= (const BSTR& rid)
{
(*this) = (CString)rid;
return *this;
}
#endif
const RId& operator= (const RId& oSrc)
{
m_id = oSrc.m_id;
......
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