summaryrefslogtreecommitdiff
path: root/xmloff
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
commit10024bfcfb55213bf74cca116152aaf6e926bc9a (patch)
treecfe87e97deeed59b095b64c65983150a9363a0c3 /xmloff
parent6b06f2241700e15368835fda43e1f55c3a05436c (diff)
WaE: variable set but unused
Diffstat (limited to 'xmloff')
-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 40a0eb1788..d5962ec686 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 )