[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu Apr 7 06:43:11 UTC 2016
sc/source/filter/excel/xicontent.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7be1a36f5a287aaf13f8156f5d16f6c3522e7863
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Apr 7 07:51:31 2016 +0200
fix indentation
Change-Id: I1d1f127e10390246c6bf887cb7d847199be4e091
Reviewed-on: https://gerrit.libreoffice.org/23883
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index a7a857a..edef22d 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() );
More information about the Libreoffice-commits
mailing list