diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-06 15:55:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-06 15:55:35 +0000 |
commit | 143dee1ac679cd48735e696cd892b600bbbc5eca (patch) | |
tree | 127efd25b50c71e54c56bd77613447c51f0790d8 /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 046f855de77b1209936c0ae6ab7822acb4041c6a (diff) |
INTEGRATION: CWS dba202f (1.35.64); FILE MERGED
2006/01/27 11:00:06 fs 1.35.64.1: #i56698#
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 5243de4531b7..2807739d0864 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:41:49 $ + * last change: $Author: rt $ $Date: 2006-02-06 16:55:35 $ * * 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 @@ void OJoinController::loadTableWindow(const Sequence<PropertyValue>& _rTable) } } pData->SetPosition(Point(nX,nY)); - pData->SetSize(Size(nHeight, nWidth)); + pData->SetSize(Size(nWidth, nHeight)); m_vTableData.push_back(pData); } // ----------------------------------------------------------------------------- |