forms/source/component/FormComponent.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 33fe9e6da9241aacac6816cbb5211f4d5fa7fba1
Author: Stephan Bergmann <[email protected]>
Date:   Tue May 10 10:08:35 2016 +0200

    Missing break in switch
    
    Apparently forgotten when introducing the case 
PROPERTY_ID_GENERATEVBAEVENTS in
    4fae740db79d4e7cc97440e2bab8d1ef612d9b51 "Disable fake VBA events for the
    old-style form controls."
    
    Change-Id: Id2783fd4f087669bd200a9c33eaad2bb6b7b50cd
    (cherry picked from commit 1f7a31a461bb3a6fcd277ab57875405875568f8b)
    Reviewed-on: https://gerrit.libreoffice.org/24916
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Samuel Mehrbrodt <[email protected]>

diff --git a/forms/source/component/FormComponent.cxx 
b/forms/source/component/FormComponent.cxx
index 3ac6da0..376ba7a 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -931,6 +931,7 @@ void OControlModel::getFastPropertyValue( Any& _rValue, 
sal_Int32 _nHandle ) con
             break;
         case PROPERTY_ID_GENERATEVBAEVENTS:
             _rValue <<= m_bGenerateVbEvents;
+            break;
         // added for exporting OCX control
         case PROPERTY_ID_CONTROL_TYPE_IN_MSO:
             _rValue <<= (sal_Int16)m_nControlTypeinMSO;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to