xlnt/source/serialization/comment_serializer.cpp

10 lines
169 B
C++
Raw Normal View History

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