#ifndef GENERATEREPORT_CLOSECURRENTREPORT_H #define GENERATEREPORT_CLOSECURRENTREPORT_H #include #include #include using namespace com::sun::star::uno; using namespace com::sun::star::frame; namespace GenerateReport { class CloseCurrentReport { public: CloseCurrentReport(); //~CloseCurrentReport() = default; void closeReportExcute(); private: }; } #endif // GENERATEREPORT_CLOSECURRENTREPORT_H