diff options
-rw-r--r-- | sw/AllLangResTarget_sw.mk | 1 | ||||
-rw-r--r-- | sw/inc/helpid.h | 2 | ||||
-rw-r--r-- | sw/source/ui/misc/titlepage.src | 10 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index 20d6829a9a58..aac0fbc8d496 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -158,6 +158,7 @@ $(eval $(call gb_SrsTarget_add_files,sw/res,\ sw/source/ui/misc/pggrid.src \ sw/source/ui/misc/redlndlg.src \ sw/source/ui/misc/srtdlg.src \ + sw/source/ui/misc/titlepage.src \ sw/source/ui/ribbar/inputwin.src \ sw/source/ui/ribbar/tbxanchr.src \ sw/source/ui/ribbar/workctrl.src \ diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index 90fa81818f9f..61761fe8db14 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -991,7 +991,7 @@ #define HID_TBX_FORMULA_CANCEL "SW_HID_TBX_FORMULA_CANCEL" #define HID_TBX_FORMULA_APPLY "SW_HID_TBX_FORMULA_APPLY" -#define HID_TITLEPAGE (HID_BASE + 2281) +#define HID_TITLEPAGE "SW_HID_TITLEPAGE" #define HID_NAVIGATION_TOOLBOX (HID_BASE + 2282) diff --git a/sw/source/ui/misc/titlepage.src b/sw/source/ui/misc/titlepage.src index 8e6aec6cffd7..1f61be16144a 100644 --- a/sw/source/ui/misc/titlepage.src +++ b/sw/source/ui/misc/titlepage.src @@ -24,17 +24,13 @@ * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable * instead of those above. */ -/* StarView ressource file */ -#include <sfx2/sfx.hrc> -#include <svx/dialogs.hrc> -#include "globals.hrc" #include "misc.hrc" #include "titlepage.hrc" +#include "globals.hrc" +#include "cmdid.h" #include "helpid.h" -/**************************************************************************/ -/* */ -/**************************************************************************/ + ModalDialog DLG_TITLEPAGE { HelpID = HID_TITLEPAGE ; |