diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-04-10 21:46:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-11 16:56:39 +0200 |
commit | 8bf9432b8aa9bf22fc20ba5faaf09386e77ee178 (patch) | |
tree | bc421d855cca375ab0bd4578d57d8328485c65de /reportdesign | |
parent | 0451019f7522e005853dae27131ca203d8a1a93c (diff) |
reportdesign: what the whitespace?
Change-Id: Icbe65def98553bd61236ed1c814768260dbc4d50
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/filter/xml/xmlExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx index 4438e99028a2..686f8383b105 100644 --- a/reportdesign/source/filter/xml/xmlExport.cxx +++ b/reportdesign/source/filter/xml/xmlExport.cxx @@ -1434,7 +1434,7 @@ void ORptExport::exportParagraph(const Reference< XReportControlModel >& _xRepor if ( xFT.is() ) { OUString sExpr = xFT->getLabel(); - bool bPrevCharIsSpace = false; + bool bPrevCharIsSpace = false; // FIXME this looks quite broken - does the corresponding import filter do whitespace collapsing at all? GetTextParagraphExport()->exportCharacterData(sExpr, bPrevCharIsSpace); } } |