From a9bbc74f1d9053cb3b950e0c14e0fae18f1b0257 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Mar 2017 08:13:42 +0200 Subject: remove unused defines from HRC files in extensions Change-Id: Idc98097d32c64c095bb735c8cb91b0ab368c8fa9 Reviewed-on: https://gerrit.libreoffice.org/35309 Tested-by: Jenkins Reviewed-by: Noel Grandin --- bin/find-unused-defines-in-hrc-files.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin') 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_", ]) -- cgit