summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-07 07:51:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-07 06:42:43 +0000
commit7be1a36f5a287aaf13f8156f5d16f6c3522e7863 (patch)
tree431afad7967a324174a5802f714e076721b03ca3
parent662b327bfb03aacb2ad956d182f87adc131e9e31 (diff)
fix indentation
Change-Id: I1d1f127e10390246c6bf887cb7d847199be4e091 Reviewed-on: https://gerrit.libreoffice.org/23883 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/filter/excel/xicontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index a7a857a99bcd..edef22dfe6bb 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -796,7 +796,7 @@ void XclImpValidationManager::ReadDV( XclImpStream& rStrm )
{
const ScTokenArray* pTokArr = nullptr;
rFmlaConv.Reset();
- rFmlaConv.Convert( pTokArr, rStrm, nLen, false, FT_CondFormat );
+ rFmlaConv.Convert( pTokArr, rStrm, nLen, false, FT_CondFormat );
// formula converter owns pTokArr -> create a copy of the token array
if( pTokArr )
xTokArr1.reset( pTokArr->Clone() );
@@ -812,7 +812,7 @@ void XclImpValidationManager::ReadDV( XclImpStream& rStrm )
{
const ScTokenArray* pTokArr = nullptr;
rFmlaConv.Reset();
- rFmlaConv.Convert( pTokArr, rStrm, nLen, false, FT_CondFormat );
+ rFmlaConv.Convert( pTokArr, rStrm, nLen, false, FT_CondFormat );
// formula converter owns pTokArr -> create a copy of the token array
if( pTokArr )
xTokArr2.reset( pTokArr->Clone() );