summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oox/source/drawingml/textbodycontext.cxx1
-rw-r--r--starmath/source/unomodel.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/drawingml/textbodycontext.cxx b/oox/source/drawingml/textbodycontext.cxx
index 415bddf28b7f..80e5657263b7 100644
--- a/oox/source/drawingml/textbodycontext.cxx
+++ b/oox/source/drawingml/textbodycontext.cxx
@@ -134,7 +134,6 @@ ContextHandlerRef RegularTextRunContext::onCreateContext( sal_Int32 aElementToke
{
case A_TOKEN( rPr ): // "CT_TextCharPropertyBag" The text char properties of this text run.
return new TextCharacterPropertiesContext( *this, rAttribs, mpRunPtr->getTextCharacterProperties() );
- break;
case A_TOKEN( t ): // "xsd:string" minOccurs="1" The actual text string.
mbIsInText = true;
break;
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index bc802e8e103a..6e5391c5bbfc 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -949,7 +949,6 @@ void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValu
case HANDLE_INTEROP_GRAB_BAG:
getGrabBagItem(*pValue);
break;
- break;
}
}
}