Author: paveljanik
Date: Wed Nov 27 09:31:30 2013
New Revision: 1545973
URL: http://svn.apache.org/r1545973
Log:
WaE: reorder initializations properly to prevent compiler warnings.
Modified:
openoffice/trunk/main/sw/source/core/fields/expfld.cxx
Modified: openoffice/trunk/main/sw/source/core/fields/expfld.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/fields/expfld.cxx?rev=1545973&r1=1545972&r2=1545973&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/fields/expfld.cxx (original)
+++ openoffice/trunk/main/sw/source/core/fields/expfld.cxx Wed Nov 27 09:31:30
2013
@@ -1155,8 +1155,8 @@ SwInputField::SwInputField( SwInputField
, aContent(rContent)
, aPText(rPrompt)
, nSubType(nSub)
- , mpFmtFld( NULL )
, mbIsFormField( bIsFormField )
+ , mpFmtFld( NULL )
{
}