summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-13 07:35:14 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-12-13 11:05:12 +0100
commitda00284e5c4f2ab1740b602974bf3f0bb48524a6 (patch)
treeab5202ca4a7a2d069f465b879b7230cc36daacc8 /include/svtools
parentAdd more missing constructors from chart2/source/chartcore.component (diff)
downloadcore-da00284e5c4f2ab1740b602974bf3f0bb48524a6.tar.gz
core-da00284e5c4f2ab1740b602974bf3f0bb48524a6.zip
Make it more obvious which enumerators the comments pertain to
i.e., the following one, not the preceding one; see the discussion at <https://gerrit.libreoffice.org/#/c/65022/> "tdf#104277 follow-up: use svtools::executeRestartDialog" Change-Id: I527d2f125d8d90ceb382119befc291e7f91bad66 Reviewed-on: https://gerrit.libreoffice.org/65071 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/restartdialog.hxx50
1 files changed, 25 insertions, 25 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx
index 29a7673d8dcd..27f756b89e3f 100644
--- a/include/svtools/restartdialog.hxx
+++ b/include/svtools/restartdialog.hxx
@@ -23,43 +23,43 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace svtools {
enum RestartReason {
- // "For the selected Java runtime environment to work properly,
- // %PRODUCTNAME must be restarted."
+ // "For the selected Java runtime environment to work properly,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_JAVA,
- // For the modified default print job format to take effect,
- // %PRODUCTNAME must be restarted.
+ // For the modified default print job format to take effect,
+ // %PRODUCTNAME must be restarted:
RESTART_REASON_PDF_AS_STANDARD_JOB_FORMAT,
- // "For the bibliography to work properly,
- // %PRODUCTNAME must be restarted."
+ // "For the bibliography to work properly,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_BIBLIOGRAPHY_INSTALL,
- // "For the mail merge to work properly,
- // %PRODUCTNAME must be restarted."
+ // "For the mail merge to work properly,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_MAILMERGE_INSTALL,
- // "For the updated language settings to take effect,
- // %PRODUCTNAME must be restarted."
+ // "For the updated language settings to take effect,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_LANGUAGE_CHANGE,
- // "For the added path to take effect,
- // %PRODUCTNAME must be restarted."
+ // "For the added path to take effect,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_ADDING_PATH,
- // "For the assigned java parameters to take effect,
- // %PRODUCTNAME must be restarted."
+ // "For the assigned java parameters to take effect,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_ASSIGNING_JAVAPARAMETERS,
- // "For the assigned folders and archives to take effect,
- // %PRODUCTNAME must be restarted."
+ // "For the assigned folders and archives to take effect,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_ASSIGNING_FOLDERS,
- // "For the modified experimental features to take effect,
- // %PRODUCTNAME must be restarted."
+ // "For the modified experimental features to take effect,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_EXP_FEATURES,
- // "For the extension to work properly,
- // %PRODUCTNAME must be restarted."
+ // "For the extension to work properly,
+ // %PRODUCTNAME must be restarted.":
RESTART_REASON_EXTENSION_INSTALL,
- // For the OpenGL changes to take effect,
- // %PRODUCTNAME must be restarted.
+ // For the OpenGL changes to take effect,
+ // %PRODUCTNAME must be restarted:
RESTART_REASON_OPENGL,
- // For the OpenCL changes to take effect,
- // %PRODUCTNAME must be restarted.
+ // For the OpenCL changes to take effect,
+ // %PRODUCTNAME must be restarted:
RESTART_REASON_OPENCL,
- // No particular reason
+ // No particular reason:
RESTART_REASON_NONE
};