Kaydet (Commit) 1683c228 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build error and match signature

üst 7e199cbc
......@@ -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()->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment