#ifndef GENERATEREPORT_AUTOMATICALLYSAVEREPORT_H #define GENERATEREPORT_AUTOMATICALLYSAVEREPORT_H #include #include #include using namespace com::sun::star::uno; using namespace com::sun::star::frame; namespace GenerateReport { class AutomaticallySaveReport { public: AutomaticallySaveReport(); //~AutomaticallySaveReport() = default; void AutomaticallySaveReportExcute(); void ScheduledSaveReport(); private: }; } #endif // GENERATEREPORT_AUTOMATICALLYSAVEREPORT_H