From c26bdf54e065d4b6424e919fbf1f490e60390120 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 Jan 2018 16:55:17 +0200 Subject: remove dead eeitemid.hxx and inline the couple of constants still in use from it Change-Id: Icb9f5690b5649140bc0503a8917e6a0f764e3d9c Reviewed-on: https://gerrit.libreoffice.org/47404 Tested-by: Jenkins Reviewed-by: Noel Grandin --- bin/update_pch | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') 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 -- cgit