summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-15 09:34:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-12-15 09:34:06 +0100
commit5931dbb53ebb2ff1e5670ad6537a41f996c0277c (patch)
tree4fc8afdcf3c34fb1d0b470d7fd08c3cd698564ac /oox
parentb82b9a93caaf27855d6059885de29d1989a1907d (diff)
Oups changed this file by error
Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5
Diffstat (limited to 'oox')
-rw-r--r--oox/source/vml/vmlshapecontainer.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/oox/source/vml/vmlshapecontainer.cxx b/oox/source/vml/vmlshapecontainer.cxx
index 6b999bdb523f..4355b115bfcc 100644
--- a/oox/source/vml/vmlshapecontainer.cxx
+++ b/oox/source/vml/vmlshapecontainer.cxx
@@ -46,11 +46,8 @@ void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< Sh
OSL_ENSURE( !rShapeId.isEmpty(), "lclMapShapesById - missing shape identifier" );
if( !rShapeId.isEmpty() )
{
- OSL_ENSURE( orMap.find( rShapeId ) == orMap.end(), "lclMapShapesById - shape identifier already used JUL" );
- if (orMap.find( rShapeId ) == orMap.end())
- {
- orMap[ rShapeId ] = *aIt;
- }
+ OSL_ENSURE( orMap.find( rShapeId ) == orMap.end(), "lclMapShapesById - shape identifier already used " );
+ orMap[ rShapeId ] = *aIt;
}
}
}