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

INTEGRATION: CWS num04 (1.19.278); FILE MERGED

2004/04/14 15:03:45 hbrinkm 1.19.278.1: #i23727# numbering indent can be negative
üst edc25637
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: xmlnume.cxx,v $ * $RCSfile: xmlnume.cxx,v $
* *
* $Revision: 1.19 $ * $Revision: 1.20 $
* *
* last change: $Author: cl $ $Date: 2002-03-01 14:11:09 $ * last change: $Author: hr $ $Date: 2004-05-11 11:34:02 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -422,7 +422,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel, ...@@ -422,7 +422,7 @@ void SvxXMLNumRuleExport::exportLevelStyle( INT32 nLevel,
nSpaceBefore += nMinLabelWidth; nSpaceBefore += nMinLabelWidth;
nMinLabelWidth = -nMinLabelWidth; nMinLabelWidth = -nMinLabelWidth;
OUStringBuffer sBuffer; OUStringBuffer sBuffer;
if( nSpaceBefore > 0 ) if( nSpaceBefore != 0 )
{ {
GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nSpaceBefore ); GetExport().GetMM100UnitConverter().convertMeasure( sBuffer, nSpaceBefore );
GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_SPACE_BEFORE, GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_SPACE_BEFORE,
......
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