summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2012-12-12 11:59:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-08 20:41:09 +0100
commitbe8d06266fab13f200bae2aa1f0e953e517232cb (patch)
tree52b74e05430cb79637a51154d79b872d7c25afb8 /xmloff
parent1281c1f52b77c4c4fb08e129542c2c4912b38555 (diff)
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
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 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();