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 /cppcanvas | |
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 'cppcanvas')
-rw-r--r-- | cppcanvas/qa/extras/emfplus/emfplus.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/qa/extras/emfplus/emfplus.cxx b/cppcanvas/qa/extras/emfplus/emfplus.cxx index 9b477e8bbe3a..92bc161784ad 100644 --- a/cppcanvas/qa/extras/emfplus/emfplus.cxx +++ b/cppcanvas/qa/extras/emfplus/emfplus.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/pngwrite.hxx> #include <vcl/gdimtf.hxx> #include <tools/stream.hxx> |