summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 12:25:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-20 06:52:52 +0000
commita386915e51c54901d2e6cb77b615de33f3c9fa18 (patch)
treee9f584445b747b9950569c9a5edc289dc5be8f3c /bin
parentd99d143900081dd14e070c7373ba204739d80496 (diff)
remove unused defines from HRC files in sc(2)
Change-Id: I368abd0c39151c65ac8f0d56cbb6f2c498131534 Reviewed-on: https://gerrit.libreoffice.org/35322 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.py1
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 724e1b358b48..b945266351b6 100755
--- a/bin/find-unused-defines-in-hrc-files.py
+++ b/bin/find-unused-defines-in-hrc-files.py
@@ -86,6 +86,7 @@ exclusionSet = set([
"HID_PROP_",
"STR_VOBJ_MODE_",
"STR_COND_",
+ "SCSTR_CONTENT_",
])