Tag: cws_src680_dba202f
User: fs      
Date: 06/01/27 03:00:10

Modified:
 /dba/dbaccess/source/ui/querydesign/
  JoinController.cxx, QueryDesignView.cxx

Log:
 #i56698#

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: JoinController.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinController.cxx?r1=1.35&r2=1.35.64.1
Delta lines:  +4 -4
-------------------
--- JoinController.cxx  23 Sep 2005 12:41:49 -0000      1.35
+++ JoinController.cxx  27 Jan 2006 11:00:06 -0000      1.35.64.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: JoinController.cxx,v $
  *
- *  $Revision: 1.35 $
+ *  $Revision: 1.35.64.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:41:49 $
+ *  last change: $Author: fs $ $Date: 2006/01/27 11:00:06 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -426,7 +426,7 @@
                }
        }
        pData->SetPosition(Point(nX,nY));
-       pData->SetSize(Size(nHeight, nWidth));
+       pData->SetSize(Size(nWidth, nHeight));
        m_vTableData.push_back(pData);
 }
 // 
-----------------------------------------------------------------------------

File [changed]: QueryDesignView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.76&r2=1.76.62.1
Delta lines:  +5 -4
-------------------
--- QueryDesignView.cxx 23 Sep 2005 12:43:07 -0000      1.76
+++ QueryDesignView.cxx 27 Jan 2006 11:00:06 -0000      1.76.62.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: QueryDesignView.cxx,v $
  *
- *  $Revision: 1.76 $
+ *  $Revision: 1.76.62.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:43:07 $
+ *  last change: $Author: fs $ $Date: 2006/01/27 11:00:06 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -2862,6 +2862,7 @@
                pCtrl->SaveTabWinsPosSize( m_pTableView->GetTabWinMap(), 
m_pScrollWindow->GetHScrollBar()->GetThumbPos(), 
m_pScrollWindow->GetVScrollBar()->GetThumbPos() );
                //      pCtrl->SaveTabFieldsWidth( m_pSelectionBox );
                pCtrl->setVisibleRows( m_pSelectionBox->GetNoneVisibleRows() );
+        if ( m_aSplitter.GetSplitPosPixel() != 0 )
                pCtrl->setSplitPos( m_aSplitter.GetSplitPosPixel() );
        }
 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to