| 12 | #include "xlsxdocpropscore_p.h" |
| 13 | |
| 14 | QT_BEGIN_NAMESPACE_XLSX |
| 15 | |
| 16 | DocPropsCore::DocPropsCore(CreateFlag flag) |
| 17 | :AbstractOOXmlFile(flag) |
| 18 | { |
| 19 | } |
| 20 | |
| 21 | bool DocPropsCore::setProperty(const QString &name, const QString &value) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected