diff options
-rw-r--r-- | include/svtools/restartdialog.hxx | 50 |
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 }; |