[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Thu May 10 12:45:38 PDT 2012


 sc/source/filter/oox/worksheethelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0dcc758b404272e252ab086f92c9a9426ee887e2
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Thu May 10 21:44:05 2012 +0200

    remove accidently introduced tabs
    
    Change-Id: Ieb4b30e60b0fca93484afecd71554320da0f42ed

diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index ebc8278..42e3f70 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -1546,7 +1546,7 @@ void WorksheetHelper::setManualRowHeight( sal_Int32 nRow )
 
 void WorksheetHelper::putValue( const CellAddress& rAddress, double fValue ) const
 {
-	getScDocument().SetValue( (SCCOL)rAddress.Column, (SCROW)rAddress.Row, (SCTAB)rAddress.Sheet, fValue );
+    getScDocument().SetValue( (SCCOL)rAddress.Column, (SCROW)rAddress.Row, (SCTAB)rAddress.Sheet, fValue );
 }
 
 void WorksheetHelper::putFormulaResult( const CellAddress& rAddress, double fValue ) const


More information about the Libreoffice-commits mailing list