Author: alg
Date: Wed Dec 12 12:59:13 2012
New Revision: 1420650
URL: http://svn.apache.org/viewvc?rev=1420650&view=rev
Log:
121455# Adapted from NonPrimitive to non-primitive as used in the spec
Patch by: Regina
Review by: alg
Modified:
openoffice/trunk/main/xmloff/source/draw/shapeexport4.cxx
Modified: openoffice/trunk/main/xmloff/source/draw/shapeexport4.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/xmloff/source/draw/shapeexport4.cxx?rev=1420650&r1=1420649&r2=1420650&view=diff
==============================================================================
--- openoffice/trunk/main/xmloff/source/draw/shapeexport4.cxx (original)
+++ openoffice/trunk/main/xmloff/source/draw/shapeexport4.cxx Wed Dec 12
12:59:13 2012
@@ -473,7 +473,7 @@ void ImpExportEnhancedGeometry( SvXMLExp
if ( aGeoPropSet >>= aGeoPropSeq )
{
- const rtl::OUString sCustomShapeType(
RTL_CONSTASCII_USTRINGPARAM( "NonPrimitive" ) );
+ const rtl::OUString sCustomShapeType(
RTL_CONSTASCII_USTRINGPARAM( "non-primitive" ) );
rtl::OUString aCustomShapeType( sCustomShapeType );
sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength();