Kaydet (Commit) e492889f authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED

2006/05/23 19:19:19 sb 1.4.32.3: RESYNC: (1.5-1.6); FILE MERGED
2006/04/07 18:41:49 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED
2005/11/04 14:50:32 cl 1.4.32.1: warning free code changes
üst 86092a63
......@@ -4,9 +4,9 @@
*
* $RCSfile: EventOOoTContext.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2006-05-04 09:09:42 $
* last change: $Author: hr $ $Date: 2006-06-19 18:52:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -100,8 +100,11 @@ void XMLTransformerOOoEventMap_Impl::AddMap( XMLTransformerEventMapEntry *pInit
XMLTransformerOOoEventMap_Impl::value_type aVal( aKey, aData );
bool bInserted = insert( aVal ).second;
OSL_ENSURE( bInserted, "duplicate OOo event name extry" );
if( !insert( aVal ).second )
{
OSL_ENSURE( false, "duplicate OOo event name extry" );
}
++pInit;
}
}
......
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