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