From 2d22bd0fca8570ddbe03391d7588aa5e7caf521b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Dec 2016 14:30:05 +0100 Subject: Merge tbunosearchcontrollers.hxx into .cxx Change-Id: Ic577e2dd4d6cc1d62c3c6f54e73ba891f8bad4a2 --- bin/update_pch | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') 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 -- cgit