diff options
author | Christian Lippka <cl@openoffice.org> | 2000-10-27 13:08:05 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-10-27 13:08:05 +0000 |
commit | ced48048199733e9d4552160ac9cfd29d4595f88 (patch) | |
tree | d566ade510906278684c0255e0423f891458c8ab /xmloff | |
parent | 496127a6c6420d8588725ca9154e568b2fda62ee (diff) |
#79557# fixed alien attributes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlimppr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx index 5e8443c2cdde..42e88d0d2090 100644 --- a/xmloff/source/style/xmlimppr.cxx +++ b/xmloff/source/style/xmlimppr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlimppr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: sab $ $Date: 2000-10-26 10:35:27 $ + * last change: $Author: cl $ $Date: 2000-10-27 14:08:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -220,9 +220,9 @@ void SvXMLImportPropertyMapper::importXML( xAttrContainer = xNew; // find map entry and create new property state - nIndex = maPropMapper->FindEntryIndex( "CharUserDefinedAttributes", XML_NAMESPACE_TEXT, sXML_xmlns ); + nIndex = maPropMapper->FindEntryIndex( "TextUserDefinedAttributes", XML_NAMESPACE_TEXT, sXML_xmlns ); if( nIndex == -1 ) - nIndex = maPropMapper->FindEntryIndex( "ParaUserDefinedAttributes", XML_NAMESPACE_TEXT, sXML_xmlns ); + nIndex = maPropMapper->FindEntryIndex( "UserDefinedAttributes", XML_NAMESPACE_TEXT, sXML_xmlns ); Any aAny; aAny <<= xAttrContainer; |