Kaydet (Commit) da00284e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 0c7960fc
...@@ -24,42 +24,42 @@ namespace svtools { ...@@ -24,42 +24,42 @@ namespace svtools {
enum RestartReason { enum RestartReason {
// "For the selected Java runtime environment to work properly, // "For the selected Java runtime environment to work properly,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_JAVA, RESTART_REASON_JAVA,
// For the modified default print job format to take effect, // For the modified default print job format to take effect,
// %PRODUCTNAME must be restarted. // %PRODUCTNAME must be restarted:
RESTART_REASON_PDF_AS_STANDARD_JOB_FORMAT, RESTART_REASON_PDF_AS_STANDARD_JOB_FORMAT,
// "For the bibliography to work properly, // "For the bibliography to work properly,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_BIBLIOGRAPHY_INSTALL, RESTART_REASON_BIBLIOGRAPHY_INSTALL,
// "For the mail merge to work properly, // "For the mail merge to work properly,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_MAILMERGE_INSTALL, RESTART_REASON_MAILMERGE_INSTALL,
// "For the updated language settings to take effect, // "For the updated language settings to take effect,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_LANGUAGE_CHANGE, RESTART_REASON_LANGUAGE_CHANGE,
// "For the added path to take effect, // "For the added path to take effect,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_ADDING_PATH, RESTART_REASON_ADDING_PATH,
// "For the assigned java parameters to take effect, // "For the assigned java parameters to take effect,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_ASSIGNING_JAVAPARAMETERS, RESTART_REASON_ASSIGNING_JAVAPARAMETERS,
// "For the assigned folders and archives to take effect, // "For the assigned folders and archives to take effect,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_ASSIGNING_FOLDERS, RESTART_REASON_ASSIGNING_FOLDERS,
// "For the modified experimental features to take effect, // "For the modified experimental features to take effect,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_EXP_FEATURES, RESTART_REASON_EXP_FEATURES,
// "For the extension to work properly, // "For the extension to work properly,
// %PRODUCTNAME must be restarted." // %PRODUCTNAME must be restarted.":
RESTART_REASON_EXTENSION_INSTALL, RESTART_REASON_EXTENSION_INSTALL,
// For the OpenGL changes to take effect, // For the OpenGL changes to take effect,
// %PRODUCTNAME must be restarted. // %PRODUCTNAME must be restarted:
RESTART_REASON_OPENGL, RESTART_REASON_OPENGL,
// For the OpenCL changes to take effect, // For the OpenCL changes to take effect,
// %PRODUCTNAME must be restarted. // %PRODUCTNAME must be restarted:
RESTART_REASON_OPENCL, RESTART_REASON_OPENCL,
// No particular reason // No particular reason:
RESTART_REASON_NONE RESTART_REASON_NONE
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment