View | Details | Raw Unified | Return to issue 15047
Collapse All | Expand All

(-)inc/scextopt.hxx (-2 / +1 lines)
Line 180 Link Here
180
	void					Add( const ColRowSettings& rCRS );
180
	void					Add( const UINT16 nTab,  const ColRowSettings& rCRS );
181
--
(-)source/filter/excel/colrowst.cxx (-6 / +2 lines)
Line 266 Link Here
266
		pExcRoot->pExtDocOpt->Add( *this );
266
		pExcRoot->pExtDocOpt->Add( nAktTab, *this );
267
--
Line 633 Link Here
633
void ScExtDocOptions::Add( const ColRowSettings& rCRS )
633
void ScExtDocOptions::Add( const UINT16 nTab, const ColRowSettings& rCRS )
634
--
Lines 635-636 Link Here
635
    const UINT16 nTab = rCRS.pExcRoot->pIR->GetScTab();
636

Return to issue 15047