User: rt Date: 2008-06-16 13:39:40+0000 Modified: dba/reportdesign/source/ui/dlg/Condition.cxx
Log: INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/05/15 12:29:37 oj 1.5.2.1: #i87135# allow to enable e.g. bold for controls as other checks File Changes: Directory: /dba/reportdesign/source/ui/dlg/ =========================================== File [changed]: Condition.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/dlg/Condition.cxx?r1=1.5&r2=1.6 Delta lines: +4 -5 ------------------- --- Condition.cxx 2008-04-10 18:51:45+0000 1.5 +++ Condition.cxx 2008-06-16 13:39:37+0000 1.6 @@ -211,6 +211,10 @@ ,m_nLastKnownWindowWidth( -1 ) ,m_bInDestruction( false ) { + m_aMoveUp.SetModeImage( ModuleRes( IMG_MOVE_UP_HC ), BMP_COLOR_HIGHCONTRAST ); + m_aMoveDown.SetModeImage( ModuleRes( IMG_MOVE_DOWN_HC ), BMP_COLOR_HIGHCONTRAST ); + + FreeResource(); m_aActions.SetStyle(m_aActions.GetStyle()|WB_LINESPACING); m_aCondLHS.GrabFocus(); @@ -260,11 +264,6 @@ m_pBtnUpdaterFontColor = new ::svx::ToolboxButtonColorUpdater( SID_ATTR_CHAR_COLOR2, SID_ATTR_CHAR_COLOR2, &m_aActions, TBX_UPDATER_MODE_CHAR_COLOR_NEW ); - - m_aMoveUp.SetModeImage( ModuleRes( IMG_MOVE_UP_HC ), BMP_COLOR_HIGHCONTRAST ); - m_aMoveDown.SetModeImage( ModuleRes( IMG_MOVE_DOWN_HC ), BMP_COLOR_HIGHCONTRAST ); - - FreeResource(); Show(); impl_layoutAll(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
