[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Nov 6 08:15:36 UTC 2017
sw/source/filter/ww8/rtfexport.hxx | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 00be469e26d1e3f422d64ad27372606042e165f8
Author: Miklos Vajna <vmiklos at 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.
More information about the Libreoffice-commits
mailing list