summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-29 20:45:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-29 20:46:30 +0200
commit839dde414f88c095237a956d2d9b97afc0d05a0d (patch)
tree8bc1509d87ef968de71e06f93c29cb631efe1a38 /oox/source/drawingml
parentc46cc5751b5af4ce180fca63f998fe7eb405f93c (diff)
cppcheck: consecutive return/break/...
Change-Id: I171df68539fc41046b706157c04ab1e8cc1e60ca
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r--oox/source/drawingml/shapecontext.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/shapecontext.cxx b/oox/source/drawingml/shapecontext.cxx
index bc246d220df6..74cc2d9081dd 100644
--- a/oox/source/drawingml/shapecontext.cxx
+++ b/oox/source/drawingml/shapecontext.cxx
@@ -104,7 +104,6 @@ ContextHandlerRef ShapeContext::onCreateContext( sal_Int32 aElementToken, const
{
mpShapePtr->getTextBody()->getTextProperties().moRotation = rAttribs.getInteger( XML_rot );
return 0;
- break;
}
case XML_cNvSpPr:
break;