summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-10-29 07:53:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-10-29 07:53:45 +0100
commitc5fd63966e689b55b271d2d76860ed471eacdc74 (patch)
tree859ece8ff096a0b6a904135150cbe895765c5ef7 /oox
parenta3f0eab294df3a48d497c2b985ec9655f2da2357 (diff)
cppcheck: duplicate break or break which follows a return
Change-Id: I0985d28289e31969cb9b048b221abfae1572025d
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/textbodycontext.cxx1
1 files changed, 0 insertions, 1 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;