starmath/source/unomodel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 710fa2954a67d4a5277cb16a3d9b513ca679cbd5
Author: Arnaud Versini <arnaud.vers...@gmail.com>
Date:   Sat Jan 4 12:16:23 2014 +0100

    Resolve fdo#72632 by adding missing break
    
    Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0e17b
    Reviewed-on: https://gerrit.libreoffice.org/7270
    Tested-by: Arnaud Versini <arnaud.vers...@libreoffice.org>
    Reviewed-by: Arnaud Versini <arnaud.vers...@libreoffice.org>
    (cherry picked from commit bdc192739892114e8b159a8af185ff28b873e748)
    Reviewed-on: https://gerrit.libreoffice.org/7271
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index f2a4eab..4e01de5 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -945,6 +945,7 @@ void SmModel::_getPropertyValues( const PropertyMapEntry 
**ppEntries, Any *pValu
 
                     *pValue <<= static_cast<sal_Int32>( 
pDocSh->pTree->GetFormulaBaseline() );
                 }
+                break;
             }
             case HANDLE_INTEROP_GRAB_BAG:
                 getGrabBagItem(*pValue);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to