Tag: cws_src680_warnings01
User: sb      
Date: 06/04/07 13:49:49

Modified:
 /dba/dbaccess/source/ui/app/
  AppSwapWindow.cxx

Log:
 RESYNC: (1.7-1.8); FILE MERGED

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.20.1&r2=1.7.20.2
Delta lines:  +6 -5
-------------------
--- AppSwapWindow.cxx   24 Mar 2006 15:36:00 -0000      1.7.20.1
+++ AppSwapWindow.cxx   7 Apr 2006 20:49:47 -0000       1.7.20.2
@@ -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_eLastType(E_NONE)
        ,m_pBorderWin(_pBorderWindow)
 {
     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]

Reply via email to