From 7c0054f1b7c3c475bff7a5adfdea0feaecf20748 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Faure Date: Mon, 27 Mar 2017 22:08:26 +0200 Subject: tdf#105843 : restore Application Start and Stop events Change-Id: Ifc99fcf84182edb49cac741f7bb10a1b239d5703 Reviewed-on: https://gerrit.libreoffice.org/35779 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unotools/source/config/eventcfg.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unotools') 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 pEventAsciiNames = { +"OnStartApp", +"OnCloseApp", "OnCreate", "OnNew", "OnLoadFinished", -- cgit