Files
core/ASCOfficeOdtFile/Source/OdtFormat/Limit/TextPathMode.cpp

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