summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-08-15 08:12:10 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-08-15 08:15:00 +0200
commit48fedbfb73fb3bb0abd9f5201d6d7ecc6e9ed6ef (patch)
tree35781c29035068d43b5ad51e4c701dc1c269d359 /sw
parentbebaac5eb6ebd2db3e1ea22b1630111343a9c25c (diff)
sw RTF export: indentation fixes
Change-Id: I33e20b23430483ce318c98a43bde07200802a4d6
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 6a421a182e3f..31cc848bfd72 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -85,7 +85,7 @@
using namespace ::com::sun::star;
using namespace sw::util;
-static OString OutTBLBorderLine(RtfExport const & rExport, const editeng::SvxBorderLine* pLine, const sal_Char* pStr)
+static OString OutTBLBorderLine(RtfExport const& rExport, const editeng::SvxBorderLine* pLine, const sal_Char* pStr)
{
OStringBuffer aRet;
if (!pLine->isEmpty())
@@ -165,7 +165,7 @@ static OString OutTBLBorderLine(RtfExport const & rExport, const editeng::SvxBor
return aRet.makeStringAndClear();
}
-static OString OutBorderLine(RtfExport const & rExport, const editeng::SvxBorderLine* pLine,
+static OString OutBorderLine(RtfExport const& rExport, const editeng::SvxBorderLine* pLine,
const sal_Char* pStr, sal_uInt16 nDist, SvxShadowLocation eShadowLocation = SvxShadowLocation::NONE)
{
OStringBuffer aRet;