diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:13:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:23 +0200 |
commit | 5e378e331e53fe921f276af44d972bd837dc14fa (patch) | |
tree | e275324e37d342f4169b2052e62dcc2b2390f5af /dbaccess | |
parent | d47e763eabf8170474a3c364fc929139ef54e979 (diff) |
typo: titel -> title
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableWindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx index 31fc0d5373a6..eec944ee77c3 100644 --- a/dbaccess/source/ui/querydesign/QTableWindow.cxx +++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx @@ -114,7 +114,7 @@ sal_Bool OQueryTableWindow::Init() if (!m_pListBox) m_pListBox = CreateListBox(); - // set titel + // set title m_aTitle.SetText(GetAliasName()); m_aTitle.Show(); |