[Libreoffice-commits] core.git: include/svtools

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 10:05:43 UTC 2018


 include/svtools/restartdialog.hxx |   50 +++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

New commits:
commit da00284e5c4f2ab1740b602974bf3f0bb48524a6
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 13 07:35:14 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 13 11:05:12 2018 +0100

    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 at redhat.com>

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


More information about the Libreoffice-commits mailing list