diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 09:08:15 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 11:01:46 +0000 |
commit | 707f59b224fda6a0377960476fe35bab32fa4bc1 (patch) | |
tree | ddb553c84eb9464c3cd29d9fa68d5eec31de2fe0 /bin | |
parent | c68ac77770a642b89cbc7a5ecbb4ccb41fd53f57 (diff) |
remove unused defines from HRC files in sc(1)
Change-Id: I7803a0564b2f7a2308bd7d009dbd300bec8a755f
Reviewed-on: https://gerrit.libreoffice.org/35316
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-unused-defines-in-hrc-files.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/find-unused-defines-in-hrc-files.py b/bin/find-unused-defines-in-hrc-files.py index 9350e3a721d7..724e1b358b48 100755 --- a/bin/find-unused-defines-in-hrc-files.py +++ b/bin/find-unused-defines-in-hrc-files.py @@ -84,6 +84,8 @@ exclusionSet = set([ "UID_BRWEVT_", "HID_EVT_", "HID_PROP_", + "STR_VOBJ_MODE_", + "STR_COND_", ]) |