diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-16 16:34:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-17 10:23:52 +0000 |
commit | 6bedab8bc353afe54e40aa88400f0cacd2002d6e (patch) | |
tree | 95fac9712164944b3ce05c88a07587c81c47d550 /bin | |
parent | b0005f4319acb0a5444453466f056d9b5b4c4a39 (diff) |
remove unused defines from HRC files in sfx2
Change-Id: Iffe6508558795e059048acae2ca955a78d3e9d6d
Reviewed-on: https://gerrit.libreoffice.org/35279
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/find-unused-defines-in-hrc-files.py b/bin/find-unused-defines-in-hrc-files.py index 024f7a5797ef..76d93c215df0 100755 --- a/bin/find-unused-defines-in-hrc-files.py +++ b/bin/find-unused-defines-in-hrc-files.py @@ -80,6 +80,7 @@ exclusionSet = set([ "STR_UPDATE_LINK", "BMP_PLACEHOLDER_", "STR_RPT_HELP_" + "STR_TEMPLATE_NAME" ]) |