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

INTEGRATION: CWS insight01 (1.31.20); FILE MERGED

2004/07/23 13:30:17 oj 1.31.20.2: RESYNC: (1.31-1.32); FILE MERGED
2004/07/01 09:17:18 oj 1.31.20.1: #i30395# remove assertion
üst e7c0ffcb
......@@ -2,9 +2,9 @@
*
* $RCSfile: xmlimppr.cxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: rt $ $Date: 2004-07-13 08:27:03 $
* last change: $Author: hr $ $Date: 2004-08-02 14:16:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -342,9 +342,6 @@ void SvXMLImportPropertyMapper::importXML(
if( -1 == nIndex )
nIndex = maPropMapper->FindEntryIndex( "TextUserDefinedAttributes", XML_NAMESPACE_TEXT, GetXMLToken(XML_XMLNS) );
OSL_ENSURE( nIndex != -1,
"not able to store alien attribute");
// #106963#; use userdefined attribute only if it is in the specified property range
if( nIndex != -1 && nIndex >= nStartIdx && nIndex < nEndIdx)
{
......
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