Kaydet (Commit) 8b695542 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: variable set but unused

üst dbd2b603
...@@ -2168,9 +2168,8 @@ void XMLTextParagraphExport::exportParagraph( ...@@ -2168,9 +2168,8 @@ void XMLTextParagraphExport::exportParagraph(
if( bAutoStyles ) if( bAutoStyles )
{ {
sal_Bool bPrevCharIsSpace = sal_True;
if( bHasContentEnum ) if( bHasContentEnum )
bPrevCharIsSpace = !exportTextContentEnumeration( exportTextContentEnumeration(
xContentEnum, bAutoStyles, xSection, xContentEnum, bAutoStyles, xSection,
bIsProgress, sal_True, 0, sal_True ); bIsProgress, sal_True, 0, sal_True );
if ( bHasPortions ) if ( bHasPortions )
......
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