[Libreoffice-commits] core.git: Changes to 'private/jmux/scheduler-fixes'

Jan-Marek Glogowski glogow at fbihome.de
Thu Oct 5 16:21:51 UTC 2017


New branch 'private/jmux/scheduler-fixes' available with the following commits:
commit 4ae0488422d0e3866fd0008c0258fee4180dce9e
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Fri Sep 29 19:41:40 2017 +0200

    tdf#44497 run LicenseDialog with SolarMutex locked
    
    Before commit 3840aede596e6fc24f7ed7df9100fb028134aac6 releasing
    an unlocked SolarMutex was simply ignored, but now it aborts.
    
    So run the LicenseDialog GUI code holding the SolarMutex, as
    required.
    
    Change-Id: Id9f5f6146cdfe2b21b68a2cdffc9dd4a527b551c

commit 2e476e9df762018a2c4dd5a58ab28a58e39dddaa
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Wed Sep 27 16:42:57 2017 +0200

    DO NOT MERGE - error in clang static plugin
    
    vcl/unx/gtk/gtkdata.cxx:817:39: error: this parameter can be const [loplugin:constparams]
        static gboolean call_userEventFn( void *data )
                                          ^~~~~~~~~~
    1 error generated.
    /vcl/unx/gtk3/gtk3gtkdata.cxx:782:39: error: this parameter can be const [loplugin:constparams]
        static gboolean call_userEventFn( void *data )
                                          ^~~~~~~~~~
    1 error generated.
    
    Change-Id: Id8d42a0c14bfcc887ec1ecbf70f4c41c26e26efb



More information about the Libreoffice-commits mailing list