// auto inserted precompiled begin #include "precompiled_docxformat.h" // auto inserted precompiled end #include "Ext.h" namespace OOX { namespace Limit { Ext::Ext() { add("edit"); } const std::string Ext::no_find() const { return "edit"; } } // namespace Limit } // namespace OOX