User: kz Date: 06/01/31 10:41:03 Modified: /dba/dbaccess/source/ui/app/ AppSwapWindow.cxx
Log: INTEGRATION: CWS dba202d (1.6.52); FILE MERGED 2006/01/24 10:02:39 fs 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2006/01/23 11:47:06 oj 1.6.52.1: #i48614# send somevents File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppSwapWindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppSwapWindow.cxx?r1=1.7&r2=1.8 Delta lines: +3 -2 ------------------- --- AppSwapWindow.cxx 3 Jan 2006 16:16:29 -0000 1.7 +++ AppSwapWindow.cxx 31 Jan 2006 18:41:00 -0000 1.8 @@ -78,12 +78,13 @@ // class OApplicationSwapWindow DBG_NAME(OApplicationSwapWindow) //================================================================== -OApplicationSwapWindow::OApplicationSwapWindow(Window* _pParent,OAppBorderWindow* _pBorderWindow) : Control(_pParent,WB_DIALOGCONTROL ) +OApplicationSwapWindow::OApplicationSwapWindow(Window* _pParent,OAppBorderWindow* _pBorderWindow) : Window(_pParent,WB_DIALOGCONTROL ) ,m_aIconControl(this) ,m_pBorderWin(_pBorderWindow) ,m_eLastType(E_NONE) { DBG_CTOR(OApplicationSwapWindow,NULL); +// SetCompoundControl( TRUE ); ImplInitSettings( sal_True, sal_True, sal_True ); @@ -91,7 +92,7 @@ m_aIconControl.setControlActionListener(_pBorderWindow->getView()->getActionListener()); m_aIconControl.SetHelpId(HID_APP_SWAP_ICONCONTROL); m_aIconControl.Show(); - m_aIconControl.Enable(TRUE); + //m_aIconControl.Enable(TRUE); } // ----------------------------------------------------------------------------- OApplicationSwapWindow::~OApplicationSwapWindow() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
