diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-18 12:41:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-18 13:12:01 +0000 |
commit | e3bc14eccefe3841f11de1672e2d6b6e0e94ee0a (patch) | |
tree | 0e186a291a5a97aba292c736182c745fe356fadc /bin/update_pch | |
parent | e54999c00baae68b17bb0bcb013bc5249f77e838 (diff) |
there's no need for this nutso redefine
both BMP_PLUGIN resources point to the same plugin.png ultimately
Change-Id: Ifa1cc00698f749ba84f17a79074c73e080e1d356
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-x | bin/update_pch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch index 9cdff2b4a08b..aba7b2421ba1 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -377,7 +377,6 @@ def filter_ignore(line, module): ignore_list += [ 'sdgslots.hxx', # special directives 'sdslots.hxx', # special directives - 'svtools/sores.hxx', # redefines BMP_PLUGIN defined in svtools.hrc ] if module == 'sfx2': ignore_list += [ |