summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2011-12-16 20:25:43 +0530
committerMuthu Subramanian <sumuthu@suse.com>2011-12-16 20:27:25 +0530
commit606c2e7e9f0ab0fb5c32d98a6778457bcaaf1719 (patch)
tree016f21c23b134014726bd45fb03ba0fd300339f8 /oox
parent3d7e113ce7736b864f73043a6917dc73b8926038 (diff)
Fixed: bentConnectors are not imported properly.
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/customshapeproperties.cxx16
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;
}