Kaydet (Commit) 81626b7c authored tarafından Pavel Janík's avatar Pavel Janík

WaE: reorder initializations properly to prevent compiler warnings.

üst 1bf8fcfd
...@@ -1155,8 +1155,8 @@ SwInputField::SwInputField( SwInputFieldType* pFieldType, ...@@ -1155,8 +1155,8 @@ SwInputField::SwInputField( SwInputFieldType* pFieldType,
, aContent(rContent) , aContent(rContent)
, aPText(rPrompt) , aPText(rPrompt)
, nSubType(nSub) , nSubType(nSub)
, mpFmtFld( NULL )
, mbIsFormField( bIsFormField ) , mbIsFormField( bIsFormField )
, mpFmtFld( NULL )
{ {
} }
......
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