diff options
author | Jean-Baptiste Faure <jbfaure@libreoffice.org> | 2017-03-27 22:08:26 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-03-29 14:29:50 +0200 |
commit | 3bec59079aec39a94867a326739cb877805af6f7 (patch) | |
tree | f6232b1b4de77fa75c8402e81e6f05999bcdb77c /unotools | |
parent | 94f8eaad9cc8aa0325257a529a26559a1f911a6b (diff) |
tdf#105843 : restore Application Start and Stop events
Change-Id: Ifc99fcf84182edb49cac741f7bb10a1b239d5703
Reviewed-on: https://gerrit.libreoffice.org/35779
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
(cherry picked from commit 7c0054f1b7c3c475bff7a5adfdea0feaecf20748)
Reviewed-on: https://gerrit.libreoffice.org/35812
Reviewed-by: Michael Stahl <mstahl@redhat.com>
(cherry picked from commit 98399c291239e309769fe9a1099655343b21ccd2)
Diffstat (limited to 'unotools')
-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 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", |