diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 16:55:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-05 07:38:01 +0100 |
commit | c26bdf54e065d4b6424e919fbf1f490e60390120 (patch) | |
tree | 9351839f1d3d76cbb3b490270fc01396da27d5a1 /bin | |
parent | 18e85d91b5cc7ed3d3f9f163d3c211f29b54f7a2 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 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 |