Author: paveljanik Date: Tue Apr 23 19:04:52 2013 New Revision: 1471097 URL: http://svn.apache.org/r1471097 Log: Reorder initialization to prevent compiler warning.
Modified: openoffice/trunk/main/sw/source/ui/sidebar/PagePropertyPanel.cxx Modified: openoffice/trunk/main/sw/source/ui/sidebar/PagePropertyPanel.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/sidebar/PagePropertyPanel.cxx?rev=1471097&r1=1471096&r2=1471097&view=diff ============================================================================== --- openoffice/trunk/main/sw/source/ui/sidebar/PagePropertyPanel.cxx (original) +++ openoffice/trunk/main/sw/source/ui/sidebar/PagePropertyPanel.cxx Tue Apr 23 19:04:52 2013 @@ -197,9 +197,9 @@ PagePropertyPanel::PagePropertyPanel( ::boost::bind( &PagePropertyPanel::CreatePageColumnControl, this, _1 ), A2S("Page columns") ) - , mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify( false ) - , mxUndoManager( getUndoManager( rxFrame ) ) + + , mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify( false ) { Initialize(); mbInvalidateSIDAttrPageOnSIDAttrPageSizeNotify = true;