User: hr Date: 06/06/19 20:29:48 Modified: /dba/dbaccess/source/ui/querydesign/ querycontainerwindow.cxx
Log: INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:36:28 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontainerwindow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontainerwindow.cxx?r1=1.13&r2=1.14 Delta lines: +2 -3 ------------------- --- querycontainerwindow.cxx 8 Sep 2005 16:33:11 -0000 1.13 +++ querycontainerwindow.cxx 20 Jun 2006 03:29:45 -0000 1.14 @@ -81,8 +81,8 @@ DBG_NAME(OQueryContainerWindow) OQueryContainerWindow::OQueryContainerWindow(Window* pParent, OQueryController* _pController,const Reference< XMultiServiceFactory >& _rFactory) :ODataView(pParent,_pController, _rFactory) - ,m_pBeamer(NULL) ,m_pViewSwitch(NULL) + ,m_pBeamer(NULL) { DBG_CTOR(OQueryContainerWindow,NULL); m_pViewSwitch = new OQueryViewSwitch(this,_pController,_rFactory); @@ -171,9 +171,8 @@ m_pViewSwitch->GrabFocus(); } // ----------------------------------------------------------------------------- - IMPL_LINK( OQueryContainerWindow, SplitHdl, void*, p ) + IMPL_LINK( OQueryContainerWindow, SplitHdl, void*, /*p*/ ) { - long nTest = m_pSplitter->GetPosPixel().Y(); m_pSplitter->SetPosPixel( Point( m_pSplitter->GetPosPixel().X(),m_pSplitter->GetSplitPosPixel() ) ); Resize(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
