[Libreoffice-commits] .: Branch 'libreoffice-3-5' - oox/source
Muthu Subramanian
sumuthu at kemper.freedesktop.org
Fri Dec 16 06:33:30 PST 2011
oox/source/drawingml/customshapeproperties.cxx | 16 ----------------
1 file changed, 16 deletions(-)
New commits:
commit af792a6cdee50132e82e7c14e7d18cdd6cb0d8be
Author: Muthu Subramanian <sumuthu at suse.com>
Date: Fri Dec 16 20:25:43 2011 +0530
Fixed: bentConnectors are not imported properly.
Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94
diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx
index 3f3bcdb..5da446a 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;
}
More information about the Libreoffice-commits
mailing list