cui/source/options/optopencl.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 169e9fb16f025bc5791d3ea5242596e3dcc4f023
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Jun 23 17:40:30 2016 +0300

    tdf#100222: Inform user that a restart is needed after toggling OpenCL use
    
    (cherry picked from commit c7c27b9b191291cf36e4940aef3e3e7371855797)
    
    Change-Id: Ic33cb02440276bc0601c86f2c9eab7d74a6b9874
    Reviewed-on: https://gerrit.libreoffice.org/26610
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx
index 250cae9..6f01523 100644
--- a/cui/source/options/optopencl.cxx
+++ b/cui/source/options/optopencl.cxx
@@ -167,6 +167,9 @@ bool SvxOpenCLTabPage::FillItemSet( SfxItemSet* )
     {
         maConfig.set();
         bModified = true;
+
+        ScopedVclPtrInstance<MessageDialog> aWarnBox(this, 
CUI_RES(RID_SVXSTR_OPTIONS_RESTART), VCL_MESSAGE_INFO);
+        aWarnBox->Execute();
     }
 
     if (bModified)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to