diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:30:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:30:05 +0100 |
commit | 2d22bd0fca8570ddbe03391d7588aa5e7caf521b (patch) | |
tree | a066eb2774243cf3cf0bfcee7f71cb3f2f3afaa5 /bin | |
parent | 0ca0a9f2e2661b52428aa117e78570583a872a04 (diff) |
Merge tbunosearchcontrollers.hxx into .cxx
Change-Id: Ic577e2dd4d6cc1d62c3c6f54e73ba891f8bad4a2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/update_pch b/bin/update_pch index 3c6de7845e1a..9cdff2b4a08b 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -390,10 +390,6 @@ def filter_ignore(line, module): ignore_list += [ 'sysformats.hxx', # Windows headers ] - if module == 'svx': - ignore_list += [ - 'tbunosearchcontrollers.hxx', # Anonymous namespace - ] if module == 'vcl': ignore_list += [ 'accmgr.hxx', # redefines ImplAccelList |