Author: paveljanik
Date: Wed Nov 27 11:10:10 2013
New Revision: 1545993
URL: http://svn.apache.org/r1545993
Log:
WaE: reorder initializations properly to prevent compiler warnings.
Modified:
openoffice/trunk/main/sw/source/core/layout/wsfrm.cxx
Modified: openoffice/trunk/main/sw/source/core/layout/wsfrm.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/layout/wsfrm.cxx?rev=1545993&r1=1545992&r2=1545993&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/layout/wsfrm.cxx (original)
+++ openoffice/trunk/main/sw/source/core/layout/wsfrm.cxx Wed Nov 27 11:10:10
2013
@@ -88,6 +88,10 @@ using namespace ::com::sun::star;
SwFrm::SwFrm( SwModify *pMod, SwFrm* pSib ) :
SwClient( pMod ),
+ //IAccessibility2 Implementation 2009-----
+ //Solution:Add a member to identify if the acc table should dispose
+ bIfAccTableShouldDisposing( sal_False ),
+ //-----IAccessibility2 Implementation 2009
// --> OD 2006-05-10 #i65250#
mnFrmId( SwFrm::mnLastFrmId++ ),
// <--
@@ -96,10 +100,6 @@ SwFrm::SwFrm( SwModify *pMod, SwFrm* pSi
pNext( 0 ),
pPrev( 0 ),
pDrawObjs( 0 )
- //IAccessibility2 Implementation 2009-----
- //Solution:Add a member to identify if the acc table should dispose
- , bIfAccTableShouldDisposing( sal_False )
- //-----IAccessibility2 Implementation 2009
, bInfBody( sal_False )
, bInfTab ( sal_False )
, bInfFly ( sal_False )