summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/unotools/eventcfg.hxx2
-rw-r--r--unotools/source/config/eventcfg.cxx2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/unotools/eventcfg.hxx b/include/unotools/eventcfg.hxx
index 03ccdd4181d2..51f54ccd4dda 100644
--- a/include/unotools/eventcfg.hxx
+++ b/include/unotools/eventcfg.hxx
@@ -31,6 +31,8 @@
enum class GlobalEventId
{
+ STARTAPP,
+ CLOSEAPP,
DOCCREATED,
CREATEDOC,
LOADFINISHED,
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx
index f9e846ea2bf6..fe14059ab05f 100644
--- a/unotools/source/config/eventcfg.cxx
+++ b/unotools/source/config/eventcfg.cxx
@@ -46,6 +46,8 @@ using namespace ::com::sun::star;
static o3tl::enumarray<GlobalEventId, const char*> pEventAsciiNames =
{
+"OnStartApp",
+"OnCloseApp",
"OnCreate",
"OnNew",
"OnLoadFinished",