summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-14 09:24:30 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-14 09:25:05 +0200
commit73ceffe5c247dcffa7653e043530e58e4eb73fdf (patch)
tree49adb959ecc971eebd6555d0035ce00a78938870 /sw/source/filter/ww8/rtfexport.hxx
parent629baf05f63efcb883c67e0d29a4fab704de8845 (diff)
sw: indentation fixes
Change-Id: I93a6cfafbf42b30f2b6e3834594912750fd7764d
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index f6325137391a..c4c3f869d2b5 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -90,7 +90,10 @@ public:
//For i120928,add an interface to export graphic of bullet
virtual void ExportGrfBullet(const SwTextNode& rNd) override;
- virtual void WriteCR(ww8::WW8TableNodeInfoInner::Pointer_t /*pTableTextNodeInfoInner = ww8::WW8TableNodeInfoInner::Pointer_t()*/) override { /* no-op for rtf, most probably should not even be in MSWordExportBase */ }
+ virtual void WriteCR(ww8::WW8TableNodeInfoInner::Pointer_t /*pTableTextNodeInfoInner = ww8::WW8TableNodeInfoInner::Pointer_t()*/) override
+ {
+ /* no-op for rtf, most probably should not even be in MSWordExportBase */
+ }
virtual void WriteChar(sal_Unicode) override;
/// Write the numbering table.