diff options
author | Jean-Baptiste Faure <jbfaure@libreoffice.org> | 2017-03-27 22:08:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 06:36:14 +0000 |
commit | 7c0054f1b7c3c475bff7a5adfdea0feaecf20748 (patch) | |
tree | a0c3ef2456a53bd57577ca861c17526a2d79877c /include | |
parent | 98b4bea591cdca48871db25c3be9e48600f45439 (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/eventcfg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/eventcfg.hxx b/include/unotools/eventcfg.hxx index 4a855994f552..fe68e3e679dc 100644 --- a/include/unotools/eventcfg.hxx +++ b/include/unotools/eventcfg.hxx @@ -31,6 +31,8 @@ enum class GlobalEventId { + STARTAPP, + CLOSEAPP, DOCCREATED, CREATEDOC, LOADFINISHED, |