summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QTableWindow.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2010-06-04 13:46:22 +0200
commita381e73c6f0693d2de99a4963343806361a62748 (patch)
tree1cd23d07d8d099d420bf71885932d97bc8254241 /dbaccess/source/ui/querydesign/QTableWindow.cxx
parent1a3fc73ec41827a561449c6343afac280452af8e (diff)
changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableWindow.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QTableWindow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableWindow.cxx b/dbaccess/source/ui/querydesign/QTableWindow.cxx
index f22d6f64ee87..d06c45cfce3a 100644
--- a/dbaccess/source/ui/querydesign/QTableWindow.cxx
+++ b/dbaccess/source/ui/querydesign/QTableWindow.cxx
@@ -119,7 +119,8 @@ OQueryTableWindow::OQueryTableWindow( Window* pParent, const TTableWindowData::v
if (m_strInitialAlias == pTabWinData->GetTableName())
m_strInitialAlias = ::rtl::OUString();
- SetHelpId(HID_CTL_QRYDGNTAB);
+ // FIXME: HELPID
+ SetHelpId(""/*HID_CTL_QRYDGNTAB*/);
}
//------------------------------------------------------------------------------