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

Arnaud Versini arnaud.versini at gmail.com
Sat Jan 4 03:55:47 PST 2014


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

New commits:
commit bdc192739892114e8b159a8af185ff28b873e748
Author: Arnaud Versini <arnaud.versini at 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.versini at libreoffice.org>
    Reviewed-by: Arnaud Versini <arnaud.versini at libreoffice.org>

diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 8cb1052..1576670 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -935,6 +935,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);


More information about the Libreoffice-commits mailing list