mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-21 01:10:35 +08:00
23 lines
308 B
C++
23 lines
308 B
C++
|
|
// auto inserted precompiled begin
|
|
#include "precompiled_odtformat.h"
|
|
// auto inserted precompiled end
|
|
|
|
#include "Hyphenate.h"
|
|
|
|
|
|
namespace Odt
|
|
{
|
|
namespace Logic
|
|
{
|
|
|
|
Hyphenate::Hyphenate()
|
|
:
|
|
Use(false),
|
|
Remain(2),
|
|
Push(2)
|
|
{
|
|
}
|
|
|
|
} // namespace Logic
|
|
} // namespace Odt
|