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
......@@ -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
};
......
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