Merge remote-tracking branch 'origin/fix/coderefact' into develop

This commit is contained in:
Elena Subbotina
2022-12-30 12:16:52 +03:00
354 changed files with 12081 additions and 1752 deletions

View File

@ -41,14 +41,6 @@
namespace ComplexTypes
{
#define ComplexTypes_AdditionConstructors(Class) \
Class(XmlUtils::CXmlNode& oNode)\
{\
FromXML( oNode );\
}\
Class(XmlUtils::CXmlLiteReader& oReader)\
{\
FromXML( oReader );\
}\
const Class& operator =(const XmlUtils::CXmlNode &oNode)\
{\
FromXML( (XmlUtils::CXmlNode &)oNode );\

View File

@ -31,7 +31,6 @@
*/
#pragma once
#include <string>
#include "../Base/Base.h"
namespace SimpleTypes

View File

@ -33,10 +33,6 @@
#include "SimpleTypes_Drawing.h"
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
// Here are simple types Vml from spec Office Open Xml Part4 14
namespace SimpleTypes
{