starmath/source/unomodel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit bdc192739892114e8b159a8af185ff28b873e748
Author: Arnaud Versini <[email protected]>
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 <[email protected]>
Reviewed-by: Arnaud Versini <[email protected]>
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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits