summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-25 23:01:00 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-25 23:03:11 +0100
commitf74149bc2102b2d2e3066f5a7a3430aa3dc1755f (patch)
tree013a9c703e8f2e2543565fe0c7697a45705046f2 /dbaccess
parentwriterfilter: std::map::erase(const_iterator) is C++11 only (diff)
downloadcore-f74149bc2102b2d2e3066f5a7a3430aa3dc1755f.tar.gz
core-f74149bc2102b2d2e3066f5a7a3430aa3dc1755f.zip
Fix some typos for "height"
Change-Id: Ibe1fdd7a63ff09097cfe053279d779592d389539
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx2
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();