xlnt/source/protection.cpp

16 lines
198 B
C++
Raw Normal View History

#include "styles/protection.hpp"
namespace xlnt {
protection::protection()// : locked_(type::unprotected)
{
}
protection::protection(type /*t*/)// : locked_(t)
{
}
} // namespace xlnt