summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/adtabdlg.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/dlg/adtabdlg.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/dlg/adtabdlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/adtabdlg.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/adtabdlg.cxx b/dbaccess/source/ui/dlg/adtabdlg.cxx
index a4914cd45cc5..5f0e7628876e 100644
--- a/dbaccess/source/ui/dlg/adtabdlg.cxx
+++ b/dbaccess/source/ui/dlg/adtabdlg.cxx
@@ -360,10 +360,13 @@ OAddTableDlg::OAddTableDlg( Window* pParent, IAddTableDialogContext& _rContext )
// der Close-Button hat schon einen Standard-Help-Text, den ich aber hier nicht haben moechte, also den Text ruecksetzen
// und eine neue ID verteilen
aCloseButton.SetHelpText(String());
- aCloseButton.SetHelpId(HID_JOINSH_ADDTAB_CLOSE);
+ // FIXME: HELPID
+ aCloseButton.SetHelpId(""/*HID_JOINSH_ADDTAB_CLOSE*/);
- m_aTableList.SetHelpId( HID_JOINSH_ADDTAB_TABLELIST );
- m_aQueryList.SetHelpId( HID_JOINSH_ADDTAB_QUERYLIST );
+ // FIXME: HELPID
+ m_aTableList.SetHelpId( ""/*HID_JOINSH_ADDTAB_TABLELIST*/ );
+ // FIXME: HELPID
+ m_aQueryList.SetHelpId( ""/*HID_JOINSH_ADDTAB_QUERYLIST*/ );
//////////////////////////////////////////////////////////////////////
m_aCaseTables.SetClickHdl( LINK( this, OAddTableDlg, OnTypeSelected ) );