diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-11-25 23:01:00 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-11-25 23:03:11 +0100 |
commit | f74149bc2102b2d2e3066f5a7a3430aa3dc1755f (patch) | |
tree | 013a9c703e8f2e2543565fe0c7697a45705046f2 /dbaccess | |
parent | 6e98b8e35d5237eee04419ddd9b42c75d56af180 (diff) |
Fix some typos for "height"
Change-Id: Ibe1fdd7a63ff09097cfe053279d779592d389539
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinTableView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index 79ef08d72490..d3c341b6ed06 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -521,7 +521,7 @@ void OJoinTableView::SetDefaultTabWinPosSize( OTableWindow* pTabWin ) { DBG_CHKTHIS(OJoinTableView,NULL); // determine position: - // the window is divided into lines with height TABWIN_SPACING_Y+TABWIN_HEIGTH_STD. + // the window is divided into lines with height TABWIN_SPACING_Y+TABWIN_HEIGHT_STD. // Then for each line is checked, if there is space for another window. // If there is no space, the next line is checked. Size aOutSize = GetSizePixel(); |