Kaydet (Commit) 78fcb7f2 authored tarafından Eike Rathke's avatar Eike Rathke

CID#1202961 init class member

Change-Id: I5b00cdf68220282e5d0ff99352e04552cdecce09
üst 6994a32e
...@@ -184,6 +184,7 @@ void ImportExcel::Formula( ...@@ -184,6 +184,7 @@ void ImportExcel::Formula(
ExcelToSc::ExcelToSc( XclImpRoot& rRoot ) : ExcelToSc::ExcelToSc( XclImpRoot& rRoot ) :
ExcelConverterBase(rRoot.GetDocImport().getDoc().GetSharedStringPool(), 512), ExcelConverterBase(rRoot.GetDocImport().getDoc().GetSharedStringPool(), 512),
XclImpRoot( rRoot ), XclImpRoot( rRoot ),
bExternName( false ),
maFuncProv( rRoot ), maFuncProv( rRoot ),
meBiff( rRoot.GetBiff() ) meBiff( rRoot.GetBiff() )
{ {
......
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