summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 15:32:35 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:08 +0200
commit746028f5c56eb80ad6b9474e5927a62b0c4855a6 (patch)
tree8989683d121f4894e3b0a037fd67c479204e01de /xmloff
parentfc9460b55fb96a8727ae77c7ef63e4598b9a9565 (diff)
cid#705343 missing break in switch
Change-Id: I0fe11a71223c15937917a1a06a9078e856f0f67f
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 80e2df91c122..f4bb6a0c3e0d 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1892,6 +1892,8 @@ void SdXMLConnectorShapeContext::processAttribute( sal_uInt16 nPrefix, const OUS
mnTransform.SetString(rValue, GetImport().GetMM100UnitConverter());
}
}
+ break;
+
case XML_NAMESPACE_SVG:
{
if( IsXMLToken( rLocalName, XML_X1 ) )