Author: paveljanik Date: Wed Apr 10 19:39:03 2013 New Revision: 1466648 URL: http://svn.apache.org/r1466648 Log: Reorder initializations properly to prevent WaE issues.
Modified: openoffice/trunk/main/svx/source/sidebar/paragraph/ParaBulletsControl.cxx Modified: openoffice/trunk/main/svx/source/sidebar/paragraph/ParaBulletsControl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaBulletsControl.cxx?rev=1466648&r1=1466647&r2=1466648&view=diff ============================================================================== --- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaBulletsControl.cxx (original) +++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaBulletsControl.cxx Wed Apr 10 19:39:03 2013 @@ -38,11 +38,11 @@ namespace svx { namespace sidebar { ParaBulletsControl::ParaBulletsControl(Window* pParent, svx::sidebar::ParaPropertyPanel& rPanel): PopupControl( pParent,SVX_RES(RID_POPUPPANEL_PARAPAGE_BULLETS)), - mrParaPropertyPanel(rPanel), - mpBindings(NULL), maBulletsVS(this,SVX_RES(VS_VALUES)), maFISep(this,SVX_RES(IMG_SEPERATOR_BULLET)), - maMoreButton(this,SVX_RES(CB_BULLET_MORE)) + maMoreButton(this,SVX_RES(CB_BULLET_MORE)), + mrParaPropertyPanel(rPanel), + mpBindings(NULL) { FreeResource(); mpBindings = mrParaPropertyPanel.GetBindings();