diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-03-30 22:29:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-31 11:20:55 +0000 |
commit | ef9757605619c6bcbdde61c93c834a0467453d67 (patch) | |
tree | 8265c09feb6930ceafec9937a8b70467fd99f84b /editeng | |
parent | 51d7f466df85f679f54e4e690f8b5e602192eb7b (diff) |
tdf#97525 vcl: make DeletionListener internal
move include/vcl/impdel.hxx to vcl/inc/
include impdel.hxx in salframe.hxx
remove vcl/impdel.hxx includes in pch
add missing <list> includes
Change-Id: Id146363b2e20ce0238542929c26a83efb1e8c4bd
Reviewed-on: https://gerrit.libreoffice.org/23664
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/pch/precompiled_editeng.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index ee69b6b25a71..bd2786be5443 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.hxx @@ -104,7 +104,6 @@ #include <vcl/graph.hxx> #include <vcl/idle.hxx> #include <vcl/image.hxx> -#include <vcl/impdel.hxx> #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> #include <vcl/lstbox.hxx> |