coverity#707745 : Uninitialized scalar field
Change-Id: If59d4018da0c406ecaa8e8348aa8ca95db72c5f1
This commit is contained in:
@@ -53,8 +53,12 @@ OTableFieldDesc::OTableFieldDesc(const OTableFieldDesc& rRS)
|
|||||||
|
|
||||||
OTableFieldDesc::OTableFieldDesc(const OUString& rT, const OUString& rF )
|
OTableFieldDesc::OTableFieldDesc(const OUString& rT, const OUString& rF )
|
||||||
:m_pTabWindow(0)
|
:m_pTabWindow(0)
|
||||||
|
,m_eDataType(1000)
|
||||||
,m_eFunctionType( FKT_NONE )
|
,m_eFunctionType( FKT_NONE )
|
||||||
|
,m_eFieldType(TAB_NORMAL_FIELD)
|
||||||
,m_eOrderDir( ORDER_NONE )
|
,m_eOrderDir( ORDER_NONE )
|
||||||
|
,m_nIndex(0)
|
||||||
|
,m_nColWidth(0)
|
||||||
,m_nColumnId((sal_uInt16)-1)
|
,m_nColumnId((sal_uInt16)-1)
|
||||||
,m_bGroupBy(sal_False)
|
,m_bGroupBy(sal_False)
|
||||||
,m_bVisible(sal_False)
|
,m_bVisible(sal_False)
|
||||||
|
Reference in New Issue
Block a user