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