sc/source/filter/excel/xicontent.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7be1a36f5a287aaf13f8156f5d16f6c3522e7863
Author: Markus Mohrhard <markus.mohrh...@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.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@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() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to