summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-02 13:05:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-06 07:01:43 +0000
commit9f138ffe9da2f448a455f4b51facab82e5e243d7 (patch)
tree81fc077f4e2d09d0d4f30cc33abe850151401be6 /extensions
parent0323253a7c67316cb96e4a64792ab4fe74aac1ca (diff)
remove unused constants in HRC files
Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1 Reviewed-on: https://gerrit.libreoffice.org/25817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/inc/propctrlr.hrc10
-rw-r--r--extensions/source/bibliography/bib.hrc4
-rw-r--r--extensions/source/dbpilots/dbpresid.hrc2
-rw-r--r--extensions/source/propctrlr/listselectiondlg.hrc2
4 files changed, 0 insertions, 18 deletions
diff --git a/extensions/inc/propctrlr.hrc b/extensions/inc/propctrlr.hrc
index 3709f7dabb20..0886ecfbae2f 100644
--- a/extensions/inc/propctrlr.hrc
+++ b/extensions/inc/propctrlr.hrc
@@ -227,16 +227,6 @@
#define HID_PROP_REPEAT "EXTENSIONS_HID_PROP_REPEAT"
#define HID_PROP_WORDBREAK "EXTENSIONS_HID_PROP_WORDBREAK"
#define HID_PROP_SHOW_SCROLLBARS "EXTENSIONS_HID_PROP_SHOW_SCROLLBARS"
-#define HID_FIELDLINK_DETAIL_COLUMN "EXTENSIONS_HID_FIELDLINK_DETAIL_COLUMN"
-#define HID_FIELDLINK_MASTER_COLUMN "EXTENSIONS_HID_FIELDLINK_MASTER_COLUMN"
-#define UID_FIELDLINK_DETAIL1 "EXTENSIONS_UID_FIELDLINK_DETAIL1"
-#define UID_FIELDLINK_MASTER1 "EXTENSIONS_UID_FIELDLINK_MASTER1"
-#define UID_FIELDLINK_DETAIL2 "EXTENSIONS_UID_FIELDLINK_DETAIL2"
-#define UID_FIELDLINK_MASTER2 "EXTENSIONS_UID_FIELDLINK_MASTER2"
-#define UID_FIELDLINK_DETAIL3 "EXTENSIONS_UID_FIELDLINK_DETAIL3"
-#define UID_FIELDLINK_MASTER3 "EXTENSIONS_UID_FIELDLINK_MASTER3"
-#define UID_FIELDLINK_DETAIL4 "EXTENSIONS_UID_FIELDLINK_DETAIL4"
-#define UID_FIELDLINK_MASTER4 "EXTENSIONS_UID_FIELDLINK_MASTER4"
#define HID_PROP_ICONSIZE "EXTENSIONS_HID_PROP_ICONSIZE"
#define HID_PROP_SHOW_POSITION "EXTENSIONS_HID_PROP_SHOW_POSITION"
#define HID_PROP_SHOW_NAVIGATION "EXTENSIONS_HID_PROP_SHOW_NAVIGATION"
diff --git a/extensions/source/bibliography/bib.hrc b/extensions/source/bibliography/bib.hrc
index 96233b128006..2a08819171cc 100644
--- a/extensions/source/bibliography/bib.hrc
+++ b/extensions/source/bibliography/bib.hrc
@@ -27,14 +27,10 @@
//Controls(100)
#define RID_BIB_CONTROLS (RID_BIB_START + 100)
-#define RID_BIB_TOOLBAR (RID_BIB_CONTROLS+ 1)
#define RID_TOOLBAR_IMGLIST (RID_BIB_CONTROLS+ 2)
// free
#define RID_TOOLBAR_BIGIMGLIST (RID_BIB_CONTROLS+ 4)
-//Menu(100)
-#define RID_BIB_MENU (RID_BIB_CONTROLS + 100)
-
// Strings (500)
#define RID_BIB_STRING (RID_BIB_START + 200)
#define RID_BIB_STR_NONE (RID_BIB_STRING + 1)
diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc
index 02581b80996d..84c85f70f913 100644
--- a/extensions/source/dbpilots/dbpresid.hrc
+++ b/extensions/source/dbpilots/dbpresid.hrc
@@ -77,7 +77,6 @@
// FixedLine
#define FL_FRAME 6
-#define FL_FORMSETINGS 7
// Image
@@ -86,7 +85,6 @@
#define WINDOW_SIZE_X 260
#define WINDOW_SIZE_Y 185
-#define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 )
#endif
diff --git a/extensions/source/propctrlr/listselectiondlg.hrc b/extensions/source/propctrlr/listselectiondlg.hrc
index 3df83e6b7ad4..67683648da9b 100644
--- a/extensions/source/propctrlr/listselectiondlg.hrc
+++ b/extensions/source/propctrlr/listselectiondlg.hrc
@@ -20,8 +20,6 @@
#ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC
#define EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC
-#define FT_ENTRIES 1
-
#define LB_ENTRIES 1
#define PB_OK 1