diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-04-15 16:39:41 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-04-15 12:32:52 +0200 |
commit | 98272c886b9f7df1670f4ba38d951fc5937a8e89 (patch) | |
tree | 93941a25f217d3e10c030fa97913f8642daf1ea3 /sd | |
parent | 80b73dcc06c671a49fbf238be58c1cd086c5c5f9 (diff) |
remove or change salbtype.hxx includes with the specific one
We probably don't need salbtype.hxx include, but if we do we can
now change it with a more specific one - namely BitmapPalette.hxx
in most cases. This doesn't yet touch the includes in VCL.
Change-Id: Ie3067ccb2eec425650b41ce7fca48e368215f489
Reviewed-on: https://gerrit.libreoffice.org/70761
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 4789890abce0..e140049a0f2e 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -66,7 +66,6 @@ #include <sfx2/sidebar/Panel.hxx> #include <algorithm> #include <EventMultiplexer.hxx> -#include <vcl/salbtype.hxx> #include <vcl/EnumContext.hxx> #include <editeng/ulspitem.hxx> |