Kaydet (Commit) be8d0626 authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) Caolán McNamara

Resolves: #i121455# Adapted from NonPrimitive to non-primitive...

as used in the spec

Patch by: Regina
Review by: alg

(cherry picked from commit af6ada82)

Conflicts:
	xmloff/source/draw/shapeexport4.cxx

Change-Id: I2fe339ba35cf589a9d4034446c671d4f09b0c0f0
üst 1281c1f5
...@@ -499,7 +499,7 @@ void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< bean ...@@ -499,7 +499,7 @@ void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< bean
if ( aGeoPropSet >>= aGeoPropSeq ) if ( aGeoPropSet >>= aGeoPropSeq )
{ {
const OUString sCustomShapeType( "NonPrimitive" ); const OUString sCustomShapeType( "non-primitive" );
OUString aCustomShapeType( sCustomShapeType ); OUString aCustomShapeType( sCustomShapeType );
sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength(); sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment