mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 17:03:15 +08:00
23 lines
343 B
C++
23 lines
343 B
C++
|
|
// auto inserted precompiled begin
|
|
#include "precompiled_odtformat.h"
|
|
// auto inserted precompiled end
|
|
|
|
#include "Protect.h"
|
|
|
|
|
|
namespace Odt
|
|
{
|
|
namespace Limit
|
|
{
|
|
Protect::Protect()
|
|
{
|
|
add("size");
|
|
}
|
|
|
|
const std::string Protect::no_find() const
|
|
{
|
|
return "size";
|
|
}
|
|
} // namespace Limit
|
|
} // namespace Odt
|