diff options
-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); |