[Libreoffice-commits] core.git: vcl/source

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Dec 21 16:01:19 UTC 2016


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

New commits:
commit 996af54669056770c4d60f700adb60b353bf11e1
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Wed Dec 21 14:35:20 2016 +0100

    uitest: forward unhandled actions to parent's method
    
    Change-Id: Ic5c42b37018e63dc25d9a9fcd4d79a2a52257642
    Reviewed-on: https://gerrit.libreoffice.org/32281
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 4fc2e85..0aff1e0 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -746,6 +746,8 @@ void ListBoxUIObject::execute(const OUString& rAction,
         }
         mxListBox->Select();
     }
+    else
+        WindowUIObject::execute(rAction, rParameters);
 }
 
 StringMap ListBoxUIObject::get_state()


More information about the Libreoffice-commits mailing list