diff options
author | Jürgen Schmidt <jsc@apache.org> | 2012-07-19 13:55:30 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-07-30 16:01:30 +0200 |
commit | b218cbf59de4d7ae0a6962995fb0f719ed68b5d2 (patch) | |
tree | 12a01e6dfc9f8f1470a4ad14006caa05f7398ef7 /desktop/inc | |
parent | ab29ad8cd537cd77d4124801b714c75062e1e5dd (diff) |
Fixing i#119950 warn about other running terminal sessions
introduce new warning message box to inform about further running terminal sessions
Patch By: Juan Li
Review By: Jina Fang Zheng, jsc
(cherry picked from commit 208b788dd4afc0559eb26c6e20a59548be0d993e)
Conflicts:
desktop/source/app/app.cxx
desktop/source/app/officeipcthread.cxx
desktop/source/app/officeipcthread.hxx
Change-Id: Icd858adaa0d2400eecba3c61c91e0c6fdb6d6af7
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index d94930441836..04153ef359ac 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -64,6 +64,7 @@ class Desktop : public Application BE_LANGUAGE_MISSING, BE_USERINSTALL_NOTENOUGHDISKSPACE, BE_USERINSTALL_NOWRITEACCESS, + BE_MULTISESSION_NOT_SUPPORTED, BE_OFFICECONFIG_BROKEN }; enum BootstrapStatus |