Files
core/ASCOfficeOdtFile/Source/OdtFormat/Logic/Hyphenate.cpp

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