Kaydet (Commit) a9bbc74f authored tarafından Noel Grandin's avatar Noel Grandin

remove unused defines from HRC files in extensions

Change-Id: Idc98097d32c64c095bb735c8cb91b0ab368c8fa9
Reviewed-on: https://gerrit.libreoffice.org/35309Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 6bedab8b
......@@ -79,8 +79,11 @@ exclusionSet = set([
"STR_UPDATE_INDEX",
"STR_UPDATE_LINK",
"BMP_PLACEHOLDER_",
"STR_RPT_HELP_"
"STR_TEMPLATE_NAME"
"STR_RPT_HELP_",
"STR_TEMPLATE_NAME",
"UID_BRWEVT_",
"HID_EVT_",
"HID_PROP_",
])
......
......@@ -51,7 +51,6 @@
#define HID_BIB_CUSTOM3_POS "EXTENSIONS_HID_BIB_CUSTOM3_POS"
#define HID_BIB_CUSTOM4_POS "EXTENSIONS_HID_BIB_CUSTOM4_POS"
#define HID_BIB_CUSTOM5_POS "EXTENSIONS_HID_BIB_CUSTOM5_POS"
#define HID_BIB_CONTROL_PARENT "EXTENSIONS_HID_BIB_CONTROL_PARENT"
#define HID_BIB_DB_GRIDCTRL "EXTENSIONS_HID_BIB_DB_GRIDCTRL"
#endif // EXTENSIONS_BIBLIOGRAPHY_HRC
......
......@@ -243,7 +243,6 @@
#define HID_PROP_XSD_MIN_EXCLUSIVE "EXTENSIONS_HID_PROP_XSD_MIN_EXCLUSIVE"
#define HID_PROP_UNCHECKEDREFVALUE "EXTENSIONS_HID_PROP_UNCHECKEDREFVALUE"
#define HID_PROP_SUBMISSION_ID "EXTENSIONS_HID_PROP_SUBMISSION_ID"
#define UID_EVT_MACRODLG "EXTENSIONS_UID_EVT_MACRODLG"
#define HID_PROP_XML_DATA_MODEL "EXTENSIONS_HID_PROP_XML_DATA_MODEL"
#define HID_PROP_BIND_EXPRESSION "EXTENSIONS_HID_PROP_BIND_EXPRESSION"
#define HID_PROP_XSD_REQUIRED "EXTENSIONS_HID_PROP_XSD_REQUIRED"
......
......@@ -27,7 +27,6 @@
#define RID_PAGE_START RID_ABP_START
#define RID_STRING_START RID_ABP_START
#define RID_BITMAP_START RID_ABP_START
// strings
......@@ -50,21 +49,11 @@
#define RID_STRING_END RID_STR_QRY_NOTABLES
// bitmaps
#define BMP_HEADERIMAGE ( RID_BITMAP_START + 0 )
// please adjust RID_BITMAP_END (below) when adding new bitmaps
#define RID_BITMAP_END BMP_HEADERIMAGE
// range checks
#if RID_STRING_END > RID_ABP_END
#error "please adjust the resource id ranges!!"
#endif
#if RID_BITMAP_END > RID_ABP_END
#error "please adjust the resource id ranges!!"
#endif
// some defines
#define WINDOW_SIZE_X 240
......
......@@ -94,9 +94,4 @@ String RID_STR_NOFIELDSASSIGNED
Text [ en-US ] = "There are no fields assigned at this time.\nYou can either assign fields now or do so later by first choosing:\n\"File - Template - Address Book Source...\"";
};
Bitmap BMP_HEADERIMAGE
{
file = "addresspilot.bmp";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -64,9 +64,6 @@
// local ids
// FixedLine
#define FL_FRAME 6
// Image
#define BMP_TABLE ( RID_DIALOG_START + 1 )
......
......@@ -20,8 +20,6 @@
#ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC
#define EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC
#define LB_ENTRIES 1
#define PB_OK 1
#define PB_CANCEL 2
#define PB_HELP 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment