[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue Aug 15 06:16:50 UTC 2017
sw/source/filter/ww8/rtfattributeoutput.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 48fedbfb73fb3bb0abd9f5201d6d7ecc6e9ed6ef
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Aug 15 08:12:10 2017 +0200
sw RTF export: indentation fixes
Change-Id: I33e20b23430483ce318c98a43bde07200802a4d6
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;
More information about the Libreoffice-commits
mailing list