diff options
Diffstat (limited to 'unotools/source/config')
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index 998c4312f837..2e47efdd2905 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", |