summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 08:13:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 10:24:31 +0000
commita9bbc74f1d9053cb3b950e0c14e0fae18f1b0257 (patch)
treef964ecfbf49192fb5f606bfb288fcf5073f18bd5 /bin
parent6bedab8bc353afe54e40aa88400f0cacd2002d6e (diff)
remove unused defines from HRC files in extensions
Change-Id: Idc98097d32c64c095bb735c8cb91b0ab368c8fa9 Reviewed-on: https://gerrit.libreoffice.org/35309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-unused-defines-in-hrc-files.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/find-unused-defines-in-hrc-files.py b/bin/find-unused-defines-in-hrc-files.py
index 76d93c215df0..923de0fcbcfb 100755
--- a/bin/find-unused-defines-in-hrc-files.py
+++ b/bin/find-unused-defines-in-hrc-files.py
@@ -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_",
])