Kaydet (Commit) 9bba2d6a authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#1079152 uninitialized m_bOnWin

Change-Id: I8f7e56ce86e7097379a8e063405bf95405616318
üst c119ec42
...@@ -205,10 +205,13 @@ public: ...@@ -205,10 +205,13 @@ public:
const sal_Int32 nIdx = 0, const sal_Int32 nIdx = 0,
const xub_StrLen nLen = STRING_LEN ); const xub_StrLen nLen = STRING_LEN );
inline SwTxtSizeInfo( SwTxtFrm *pTxtFrm, SwFont *pTxtFnt = 0, SwTxtSizeInfo( SwTxtFrm *pTxtFrm, SwFont *pTxtFnt = 0,
const sal_Int32 nIndex = 0, const sal_Int32 nIndex = 0,
const xub_StrLen nLength = STRING_LEN ) const xub_StrLen nLength = STRING_LEN )
{ CtorInitTxtSizeInfo( pTxtFrm, pTxtFnt, nIndex, nLength ); } : m_bOnWin(false)
{
CtorInitTxtSizeInfo( pTxtFrm, pTxtFnt, nIndex, nLength );
}
// GetMultiAttr returns the text attribute of the multiportion, // GetMultiAttr returns the text attribute of the multiportion,
// if rPos is inside any multi-line part. // if rPos is inside any multi-line part.
......
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