summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-12-12 11:59:13 +0000
committerArmin Le Grand <alg@apache.org>2012-12-12 11:59:13 +0000
commitaf6ada82a4634e4b64faf811eaf527c167c334bf (patch)
tree687e83eca92e5cefebb4b167b26332c075bf91a9 /xmloff
parentd3eec71e6c0d8052e398b43ba71e2bc9ff0ff38e (diff)
121455# Adapted from NonPrimitive to non-primitive as used in the spec
Patch by: Regina Review by: alg
Notes
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/shapeexport4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx
index 386ba277bb84..b70f6e55128a 100644
--- a/xmloff/source/draw/shapeexport4.cxx
+++ b/xmloff/source/draw/shapeexport4.cxx
@@ -473,7 +473,7 @@ void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< bean
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();