Kaydet (Commit) 48fedbfb authored tarafından Miklos Vajna's avatar Miklos Vajna

sw RTF export: indentation fixes

Change-Id: I33e20b23430483ce318c98a43bde07200802a4d6
üst bebaac5e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment