mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge remote-tracking branch 'origin/fix/coderefact' into develop
This commit is contained in:
@ -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 );\
|
||||
|
||||
@ -31,7 +31,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "../Base/Base.h"
|
||||
|
||||
namespace SimpleTypes
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user