diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-09-22 01:18:20 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2022-12-01 14:28:07 +0100 |
commit | 4a3964c904388c433066f7d1ab6f457374618182 (patch) | |
tree | f711a47b4c64523d7685237390808173837499eb /dbaccess/inc | |
parent | 5d4321803007e683968b5622a1685d8aef1e932c (diff) |
tdf#149221 Handle HID on Database Wizard dialog
This patch sets a help ID (HID) for the Wizard roadmap, so that when the focus is not on any specific page the general dialog help page is called.
To finish this patch I'll create an additional patch in the "help" repo to define the target HID.
Change-Id: I0fdce25f3b1a92836190e5a03d70a0832e0f1feb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140332
Tested-by: Jenkins
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Rafael Lima <rafael.palma.lima@gmail.com>
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/helpids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/inc/helpids.h b/dbaccess/inc/helpids.h index 86c233f9d619..2c013c173397 100644 --- a/dbaccess/inc/helpids.h +++ b/dbaccess/inc/helpids.h @@ -104,6 +104,9 @@ inline constexpr OStringLiteral HID_DBWIZ_PREVIOUS = "DBACCESS_HID_DBWIZ_PREVIOU inline constexpr OStringLiteral HID_DBWIZ_NEXT = "DBACCESS_HID_DBWIZ_NEXT"; inline constexpr OStringLiteral HID_DBWIZ_CANCEL = "DBACCESS_HID_DBWIZ_CANCEL"; inline constexpr OStringLiteral HID_DBWIZ_FINISH = "DBACCESS_HID_DBWIZ_FINISH"; +inline constexpr OStringLiteral HID_DBWIZ_HELP = "DBACCESS_HID_DBWIZ_HELP"; + +inline constexpr OStringLiteral HID_DBWIZ_ROADMAP = "DBACCESS_HID_DBWIZ_ROADMAP"; #endif |