[Libreoffice-commits] .: sc/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jan 4 00:48:45 PST 2011


 sc/source/core/data/column3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e53cc49efb970c98a964156ffed4e145cf86880
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 4 08:48:37 2011 +0000

    fix build error and match signature

diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index b25ff15..2860931 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -158,7 +158,7 @@ void ScColumn::Insert( SCROW nRow, ScBaseCell* pNewCell )
 }
 
 
-void ScColumn::Insert( SCROW nRow, ULONG nNumberFormat, ScBaseCell* pCell )
+void ScColumn::Insert( SCROW nRow, sal_uInt32 nNumberFormat, ScBaseCell* pCell )
 {
     Insert(nRow, pCell);
     short eOldType = pDocument->GetFormatTable()->


More information about the Libreoffice-commits mailing list