From be8d06266fab13f200bae2aa1f0e953e517232cb Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Wed, 12 Dec 2012 11:59:13 +0000 Subject: Resolves: #i121455# Adapted from NonPrimitive to non-primitive... as used in the spec Patch by: Regina Review by: alg (cherry picked from commit af6ada82a4634e4b64faf811eaf527c167c334bf) Conflicts: xmloff/source/draw/shapeexport4.cxx Change-Id: I2fe339ba35cf589a9d4034446c671d4f09b0c0f0 --- xmloff/source/draw/shapeexport4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx index f55e05f72ee4..ad34554b18f0 100644 --- a/xmloff/source/draw/shapeexport4.cxx +++ b/xmloff/source/draw/shapeexport4.cxx @@ -499,7 +499,7 @@ void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< bean if ( aGeoPropSet >>= aGeoPropSeq ) { - const OUString sCustomShapeType( "NonPrimitive" ); + const OUString sCustomShapeType( "non-primitive" ); OUString aCustomShapeType( sCustomShapeType ); sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength(); -- cgit