diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-11 15:55:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-12 08:43:14 +0200 |
commit | 539c75b910f518a1fe51e9a21f6368a91c69ed88 (patch) | |
tree | 8e6b0c4334960d20c6faa2466be62f86a6b93222 /sw/source | |
parent | c59804173be99e5ee922d859271c6660695d0ade (diff) |
strip some linefeeds from the end of debug output
Change-Id: I2821969d86b7f8cee53404e6a0acfbebbe53b3ac
Reviewed-on: https://gerrit.libreoffice.org/39824
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8atr.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx index 1eb65c014790..18a9915626db 100644 --- a/sw/source/filter/ww8/ww8atr.cxx +++ b/sw/source/filter/ww8/ww8atr.cxx @@ -2332,7 +2332,7 @@ void AttributeOutputBase::GetNumberPara( OUString& rStr, const SwField& rField ) break; default: OSL_ENSURE(rField.GetFormat() == SVX_NUM_ARABIC, - "Unknown numbering type exported as default of Arabic\n"); + "Unknown numbering type exported as default of Arabic"); SAL_FALLTHROUGH; case SVX_NUM_ARABIC: rStr += "\\* ARABIC "; diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 1c639e3c5a50..2804d0a76625 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -6557,7 +6557,7 @@ WW8Style::WW8Style(SvStream& rStream, WW8Fib& rFibPara) const sal_uInt16 nMaxPossibleRecords = nRemaining/nMinRecordSize; OSL_ENSURE(cstd <= nMaxPossibleRecords, - "allegedly more styles that available data\n"); + "allegedly more styles that available data"); cstd = std::min(cstd, nMaxPossibleRecords); } |