diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2024-09-15 00:02:10 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2024-10-21 09:45:21 +0200 |
commit | bc2ff9daf5d20bc9b8f260ffc59e820a1aa08772 (patch) | |
tree | 7b0ed0b62ec3fbc1d95890ae44184f4b854c4280 /oox/source/drawingml | |
parent | eb37b2eb143815f17afbea6dfc344927f7b96e92 (diff) |
vcl: move bitmap filter headers into vcl/bitmap global header directory
Use #pragma once instead of header guards
Change-Id: Iba43f2103628ed184933cf2611991e7aef9f0173
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173369
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index 061cab065849..3311e4c6770b 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -24,8 +24,7 @@ #include <comphelper/propertyvalue.hxx> #include <drawingml/graphicproperties.hxx> #include <vcl/graph.hxx> -#include <vcl/BitmapFilter.hxx> -#include <vcl/BitmapMonochromeFilter.hxx> +#include <vcl/bitmap/BitmapMonochromeFilter.hxx> #include <docmodel/uno/UnoComplexColor.hxx> #include <docmodel/uno/UnoGradientTools.hxx> #include <basegfx/utils/gradienttools.hxx> |