Author: paveljanik
Date: Tue Nov 26 18:56:35 2013
New Revision: 1545783
URL: http://svn.apache.org/r1545783
Log:
WaE: reorder initializations to prevent compiler warnings.
Modified:
openoffice/trunk/main/cui/source/customize/macropg.cxx
Modified: openoffice/trunk/main/cui/source/customize/macropg.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/customize/macropg.cxx?rev=1545783&r1=1545782&r2=1545783&view=diff
==============================================================================
--- openoffice/trunk/main/cui/source/customize/macropg.cxx (original)
+++ openoffice/trunk/main/cui/source/customize/macropg.cxx Tue Nov 26 18:56:35
2013
@@ -162,8 +162,8 @@ long _HeaderTabListBox::Notify( NotifyEv
_HeaderTabListBox::_HeaderTabListBox( Window* pParent, const ResId& rId ) :
Control( pParent, rId ),
- maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ),
- maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER )
+ maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER ),
+ maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP )
{
maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX );