summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-02-26 13:05:48 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-01 16:23:09 +0100
commit63308b1e6c5fe3450783e589df8bd588fb4ceb3e (patch)
tree2ffebb427899ce3ea0cfac91660dc84ff904cb61
parent1c9453cdf25ce6079be8489b77dbb75036bde908 (diff)
fix OOXML validation issue, related fdo#33951
Change-Id: I6e455ee4bb649a299023f1dba88a01ef5674e074
-rw-r--r--oox/source/export/vmlexport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx
index aa4c92a62f3e..f348439f1eb8 100644
--- a/oox/source/export/vmlexport.cxx
+++ b/oox/source/export/vmlexport.cxx
@@ -175,7 +175,6 @@ void VMLExport::AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uIn
{
m_nShapeType = nShapeType;
m_nShapeFlags = nShapeFlags;
- m_pShapeAttrList->add( XML_name, ShapeIdString( nShapeId ) );
m_pShapeAttrList->add( XML_id, ShapeIdString( nShapeId ) );
}