vcl/source/uitest/uiobject.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 34f1883e35ef9d8c35502b092b75b39ab47d221c
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Jan 17 13:41:05 2018 +0000

    coverity#1427627 'Constant' variable guards dead code
    
    Change-Id: I1b286dbacdcff35baf7c7802eec85859ae8e78c2
    Reviewed-on: https://gerrit.libreoffice.org/48052
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 3bf276a4e4d0..2e404df6c2d7 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -708,6 +708,10 @@ void MultiLineEditUIObject::execute(const OUString& 
rAction,
             mxEdit->SetSelection(aSelection);
         }
     }
+    else
+    {
+        bHandled = false;
+    }
 
     if (!bHandled)
         WindowUIObject::execute(rAction, rParameters);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to