Files
core/Common/ASCDocxFormat/Source/XML/XComment.cpp
Alexey.Musinov aec9fd2d67 выпиливание boost'a
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52942 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 22:33:53 +03:00

17 lines
326 B
C++

// auto inserted precompiled begin
#include "precompiled_xml.h"
// auto inserted precompiled end
#include "XComment.h"
#include "XNode.h"
namespace XML
{
XComment::XComment(const XNode& xnode)
: base(xnode.get_ptr().smart_dynamic_cast<Private::Comment>()),
Value(m_ptr->Value)
{
}
} // namespace XML