Author: paveljanik
Date: Fri Apr 26 10:11:48 2013
New Revision: 1476125
URL: http://svn.apache.org/r1476125
Log:
Reorder initializations properly to prevent compiler warning.
Modified:
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
Modified:
openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx?rev=1476125&r1=1476124&r2=1476125&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
(original)
+++ openoffice/trunk/main/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
Fri Apr 26 10:11:48 2013
@@ -1650,12 +1650,12 @@ ParaPropertyPanel::ParaPropertyPanel(Win
//i122166, the icons for numbering or bullets toolbox inside toolbar and
sidebar should be the same one
maBulletOnOff (FN_NUM_BULLET_ON,
*pBindings,*this,A2S("DefaultBullet"),rxFrame),
maNumberOnOff (FN_NUM_NUMBERING_ON,
*pBindings,*this,A2S("DefaultNumbering"),rxFrame),
- mxFrame(rxFrame),
//End i122166
maBackColorControl (SID_BACKGROUND_COLOR, *pBindings,*this),
m_aMetricCtl (SID_ATTR_METRIC, *pBindings,*this),
maBulletNumRuleIndex (FN_BUL_NUM_RULE_INDEX, *pBindings,*this),
maNumNumRuleIndex (FN_NUM_NUM_RULE_INDEX, *pBindings,*this),
+ mxFrame(rxFrame),
maContext(),
mpBindings(pBindings),
maLineSpacePopup(this,
::boost::bind(&ParaPropertyPanel::CreateLineSpacingControl, this, _1)),