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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/inc/pch/precompiled_sofficeapp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index a1cce467846d..5fdb0c3159ff 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.hxx @@ -129,7 +129,6 @@ #include <vcl/hatch.hxx> #include <vcl/idle.hxx> #include <vcl/image.hxx> -#include <vcl/impdel.hxx> #include <vcl/inputctx.hxx> #include <vcl/inputtypes.hxx> #include <vcl/keycod.hxx> |