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