Files
core/ASCOfficeOdpFile/ODPFormat/Source/Limit/Additive.cpp

18 lines
257 B
C++

#include "Additive.h"
namespace Odp
{
namespace Limit
{
Additive::Additive()
{
add("sum");
add("replace");
}
const std::string Additive::no_find() const
{
return "replace";
}
} // namespace Limit
} // namespace Odp