Kaydet (Commit) 5931dbb5 authored tarafından Julien Nabet's avatar Julien Nabet

Oups changed this file by error

Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5
üst b82b9a93
...@@ -46,13 +46,10 @@ void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< Sh ...@@ -46,13 +46,10 @@ void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< Sh
OSL_ENSURE( !rShapeId.isEmpty(), "lclMapShapesById - missing shape identifier" ); OSL_ENSURE( !rShapeId.isEmpty(), "lclMapShapesById - missing shape identifier" );
if( !rShapeId.isEmpty() ) if( !rShapeId.isEmpty() )
{ {
OSL_ENSURE( orMap.find( rShapeId ) == orMap.end(), "lclMapShapesById - shape identifier already used JUL" ); OSL_ENSURE( orMap.find( rShapeId ) == orMap.end(), "lclMapShapesById - shape identifier already used " );
if (orMap.find( rShapeId ) == orMap.end())
{
orMap[ rShapeId ] = *aIt; orMap[ rShapeId ] = *aIt;
} }
} }
}
} }
} // namespace } // namespace
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment