diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/customshapeproperties.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 3f3bcdb8d6f8..5da446ab948c 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -110,22 +110,6 @@ static OUString GetConnectorShapeType( sal_Int32 nType ) static const OUString sStraightConnector1 = CREATE_OUSTRING( "mso-spt32" ); sType = sStraightConnector1; } break; - case XML_bentConnector2: { - static const OUString sBentConnector2 = CREATE_OUSTRING( "mso-spt33" ); - sType = sBentConnector2; - } break; - case XML_bentConnector3: { - static const OUString sBentConnector3 = CREATE_OUSTRING( "mso-spt34" ); - sType = sBentConnector3; - } break; - case XML_bentConnector4: { - static const OUString sBentConnector4 = CREATE_OUSTRING( "mso-spt35" ); - sType = sBentConnector4; - } break; - case XML_bentConnector5: { - static const OUString sBentConnector5 = CREATE_OUSTRING( "mso-spt36" ); - sType = sBentConnector5; - } break; default: break; } |