summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2019-04-03 18:16:01 +0200
committerXisco FaulĂ­ <xiscofauli@libreoffice.org>2019-04-04 10:54:31 +0200
commitd186417395b29a5404aed3f819dd81aa92385f20 (patch)
tree15a375285ce3cb614fcd0ff8c41e03e78d7f772d /include/svtools
parentexpand async to allow it to resize to optimal size (diff)
downloadcore-d186417395b29a5404aed3f819dd81aa92385f20.tar.gz
core-d186417395b29a5404aed3f819dd81aa92385f20.zip
tdf#124323: show restart dialog when toggling multi-threaded...
calculation Change-Id: I853ae21d4c085488232a375ef42480453c01880b Reviewed-on: https://gerrit.libreoffice.org/70210 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/restartdialog.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx
index 2e7c481e1ef7..83b0a8cad218 100644
--- a/include/svtools/restartdialog.hxx
+++ b/include/svtools/restartdialog.hxx
@@ -60,6 +60,9 @@ enum RestartReason {
// For the OpenCL changes to take effect,
// %PRODUCTNAME must be restarted:
RESTART_REASON_OPENCL,
+ // For the multi-threaded calculation changes to take effect,
+ // %PRODUCTNAME must be restarted:
+ RESTART_REASON_THREADING,
// For restructuring the Forms menu,
// %PRODUCTNAME must be restarted:
RESTART_REASON_MSCOMPATIBLE_FORMS_MENU,