mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 11:55:36 +08:00
20 lines
333 B
C++
20 lines
333 B
C++
#pragma once
|
|
|
|
#include "WrongIntermediateXMLFormat.h"
|
|
|
|
namespace EXCEPT
|
|
{;
|
|
namespace LE
|
|
{;
|
|
|
|
class AttributeDataWrong : public WrongIntermediateXMLFormat
|
|
{
|
|
public:
|
|
explicit AttributeDataWrong(const _bstr_t& attrib_name, const _bstr_t& tag_name, const _bstr_t& value);
|
|
};
|
|
|
|
|
|
} // namespace LE
|
|
} // namespace EXCEPT
|
|
|