summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ) )