Index: inc/scextopt.hxx =================================================================== RCS file: /cvs/sc/sc/inc/scextopt.hxx,v --- inc/scextopt.hxx 1.6 +++ inc/scextopt.hxx @@ -180,1 +180,1 @@ - void Add( const ColRowSettings& rCRS ); --- + void Add( const UINT16 nTab, const ColRowSettings& rCRS ); Index: source/filter/excel/colrowst.cxx =================================================================== RCS file: /cvs/sc/sc/source/filter/excel/colrowst.cxx,v --- source/filter/excel/colrowst.cxx 1.17 +++ source/filter/excel/colrowst.cxx @@ -266,1 +266,1 @@ - pExcRoot->pExtDocOpt->Add( *this ); --- + pExcRoot->pExtDocOpt->Add( nAktTab, *this ); @@ -633,1 +633,1 @@ -void ScExtDocOptions::Add( const ColRowSettings& rCRS ) --- +void ScExtDocOptions::Add( const UINT16 nTab, const ColRowSettings& rCRS ) @@ -635,2 +635,0 @@ - const UINT16 nTab = rCRS.pExcRoot->pIR->GetScTab(); -