xlnt/source/serialization/comment_serializer.cpp

10 lines
169 B
C++
Raw Normal View History

2015-11-02 01:31:29 +08:00
#include <xlnt/serialization/comment_serializer.hpp>
2015-11-03 06:25:10 +08:00
namespace xlnt {
comment_serializer::comment_serializer(worksheet sheet) : sheet_(sheet)
{
}
2015-11-02 01:31:29 +08:00
} // namespace xlnt