diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-12-26 09:44:50 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2020-12-26 21:00:52 +0100 |
commit | 86c943b15d1d8a653a033b924e9d8378c42d205c (patch) | |
tree | f54b1c1fb8602b1039a49a9c640e50a130cf469d /vcl | |
parent | b75c9642f0cae522c5cc0f059e801819662b2ddf (diff) |
Cleanups after vcl/bitmapaccess.hxx splitting
Change-Id: I5a24fb984ba6fbfc2b316420d5ffa372f35ce061
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108318
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/IwyuFilter_vcl.yaml | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/gen/gen.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/IwyuFilter_vcl.yaml b/vcl/IwyuFilter_vcl.yaml index 015da8ca9a8e..150dc6519da4 100644 --- a/vcl/IwyuFilter_vcl.yaml +++ b/vcl/IwyuFilter_vcl.yaml @@ -49,7 +49,7 @@ excludelist: - vector vcl/source/filter/jpeg/JpegWriter.hxx: # Needed for direct member access - - vcl/bitmapaccess.hxx + - vcl/BitmapReadAccess.hxx vcl/source/filter/png/pngwrite.cxx: # Actually these are used - com/sun/star/beans/PropertyValue.hpp diff --git a/vcl/qa/cppunit/gen/gen.cxx b/vcl/qa/cppunit/gen/gen.cxx index a82a0717ab80..e313ff5d8cdf 100644 --- a/vcl/qa/cppunit/gen/gen.cxx +++ b/vcl/qa/cppunit/gen/gen.cxx @@ -14,7 +14,7 @@ #include <sfx2/objsh.hxx> #include <sfx2/sfxbasemodel.hxx> #include <test/unoapi_test.hxx> -#include <vcl/bitmapaccess.hxx> +#include <vcl/BitmapReadAccess.hxx> #include <vcl/gdimtf.hxx> #include <vcl/virdev.hxx> |