diff options
Diffstat (limited to 'bin/update_pch')
-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 6522cd169394..ffc0ca3ec700 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -366,10 +366,6 @@ def filter_ignore(line, module): 'com/sun/star/beans/PropertyAttribute.hpp', # OPTIONAL defined via objbase.h 'com/sun/star/sdbcx/Privilege.hpp', # DELETE defined via objbase.h ] - if module == 'reportdesign': - ignore_list += [ - 'editeng/eeitemid.hxx', # macro redefined in ui/misc/UITools.cxx - ] if module == 'sc': ignore_list += [ 'progress.hxx', # special directives |