From bdc192739892114e8b159a8af185ff28b873e748 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sat, 4 Jan 2014 12:16:23 +0100 Subject: Resolve fdo#72632 by adding missing break Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0e17b Reviewed-on: https://gerrit.libreoffice.org/7270 Tested-by: Arnaud Versini Reviewed-by: Arnaud Versini --- starmath/source/unomodel.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 8cb105298922..157667038724 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( pDocSh->pTree->GetFormulaBaseline() ); } + break; } case HANDLE_INTEROP_GRAB_BAG: getGrabBagItem(*pValue); -- cgit v1.2.3