From 19863db3373effd2a4836481dd6706a0efe6db39 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 19 Jun 2014 09:39:49 +0200 Subject: indentation fixes Change-Id: Ia391ccc9889a135730f0fead11eb0b6c2f748ec4 --- sw/source/filter/ww8/rtfattributeoutput.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx') diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx index fdd8ff176910..8452f73c96a6 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.hxx +++ b/sw/source/filter/ww8/rtfattributeoutput.hxx @@ -76,7 +76,10 @@ public: // Access to (anyway) private buffers, used by the sdr exporter OStringBuffer& RunText(); - OStringBuffer& Styles() { return m_aStyles; } + OStringBuffer& Styles() + { + return m_aStyles; + } /// Output text (without markup). virtual void RawText(const OUString& rText, bool bForceUnicode, rtl_TextEncoding eCharSet) SAL_OVERRIDE; -- cgit