diff options
author | Daniel Rentz <dr@openoffice.org> | 2000-10-20 15:35:00 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2000-10-20 15:35:00 +0000 |
commit | 20ad005479112e147235df2234b71a6aba187769 (patch) | |
tree | 64510f185d1c3bde6d11047ff0a2e67e57a0b883 /xmloff/source/style | |
parent | d3503488c7f88b8cc86f5d110445aa05dc1f9a6b (diff) |
chg: handling of merged attributes
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 382e2126dce8..61e530105b0d 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlexppr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2000-10-20 14:53:32 $ + * last change: $Author: dr $ $Date: 2000-10-20 16:35:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -356,7 +356,7 @@ void SvXMLExportPropertyMapper::_exportXML( MID_FLAG_MERGE_ATTRIBUTE ) != 0 ) { aValue = rAttrList.getValueByName( sName ); - bRemove = aValue.getLength() != 0; + bRemove = sal_True; //aValue.getLength() != 0; } if( maPropMapper->exportXML( aValue, rProperty, rUnitConverter ) ) |