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