summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-23 20:08:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-24 08:46:05 +0000
commit8b69554284e9dca46289543294f0f57fa1fbf168 (patch)
treeee33704fd206a56a887bf44ae84e7fafa24fc1c3 /xmloff/source/text/txtparae.cxx
parentdbd2b6037046f0ecaa9a052ebf7c0fa84026968a (diff)
WaE: variable set but unused
Diffstat (limited to 'xmloff/source/text/txtparae.cxx')
-rwxr-xr-xxmloff/source/text/txtparae.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index ff9df73a6499..821ddac5a8fb 100755
--- a/xmloff/source/text/txtparae.cxx
+++ b/xmloff/source/text/txtparae.cxx
@@ -2168,9 +2168,8 @@ void XMLTextParagraphExport::exportParagraph(
if( bAutoStyles )
{
- sal_Bool bPrevCharIsSpace = sal_True;
if( bHasContentEnum )
- bPrevCharIsSpace = !exportTextContentEnumeration(
+ exportTextContentEnumeration(
xContentEnum, bAutoStyles, xSection,
bIsProgress, sal_True, 0, sal_True );
if ( bHasPortions )