| commit | 8bf9432b8aa9bf22fc20ba5faaf09386e77ee178 | [log] |
|---|---|---|
| author | Michael Stahl <mstahl@redhat.com> | Mon Apr 10 21:46:51 2017 +0200 |
| committer | Michael Stahl <mstahl@redhat.com> | Tue Apr 11 16:56:39 2017 +0200 |
| tree | bc421d855cca375ab0bd4578d57d8328485c65de | |
| parent | 0451019f7522e005853dae27131ca203d8a1a93c [diff] |
reportdesign: what the whitespace? Change-Id: Icbe65def98553bd61236ed1c814768260dbc4d50
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx index 4438e99..686f838 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); } }