sw/source/filter/ww8/rtfexport.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 00be469e26d1e3f422d64ad27372606042e165f8 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Mon Nov 6 09:13:21 2017 +0100 RTF export: fix whitespace Change-Id: I47c3f2bf08622b386b6e782d60f6ae7765db814a diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx index 64cceef9b333..9aec3899d79d 100644 --- a/sw/source/filter/ww8/rtfexport.hxx +++ b/sw/source/filter/ww8/rtfexport.hxx @@ -124,7 +124,10 @@ public: sal_uLong ReplaceCr(sal_uInt8 nChar) override; - ExportFormat GetExportFormat() const override { return ExportFormat::RTF; } + ExportFormat GetExportFormat() const override + { + return ExportFormat::RTF; + } protected: /// Format-dependent part of the actual export. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits