diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2014-01-04 12:16:23 +0100 |
---|---|---|
committer | Arnaud Versini <arnaud.versini@libreoffice.org> | 2014-01-04 11:55:18 +0000 |
commit | bdc192739892114e8b159a8af185ff28b873e748 (patch) | |
tree | 5041a867865140ba337b460835d81dd8a5840832 /starmath | |
parent | 06824ff1dede6fb2a17417eb934a5d8fc515ee35 (diff) |
Resolve fdo#72632 by adding missing break
Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0e17b
Reviewed-on: https://gerrit.libreoffice.org/7270
Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/unomodel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() ); } + break; } case HANDLE_INTEROP_GRAB_BAG: getGrabBagItem(*pValue); |