[Libreoffice-commits] core.git: compilerplugins/clang cppcanvas/qa solenv/clang-format vcl/IwyuFilter_vcl.yaml vcl/qa
Ilmari Lauhakangas (via logerrit)
logerrit at kemper.freedesktop.org
Sat Dec 26 20:01:28 UTC 2020
compilerplugins/clang/checkunusedparams.cxx | 2 +-
cppcanvas/qa/extras/emfplus/emfplus.cxx | 2 +-
solenv/clang-format/excludelist | 1 -
vcl/IwyuFilter_vcl.yaml | 2 +-
vcl/qa/cppunit/gen/gen.cxx | 2 +-
5 files changed, 4 insertions(+), 5 deletions(-)
New commits:
commit 86c943b15d1d8a653a033b924e9d8378c42d205c
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Sat Dec 26 09:44:50 2020 +0200
Commit: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sat Dec 26 21:00:52 2020 +0100
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 at libreoffice.org>
diff --git a/compilerplugins/clang/checkunusedparams.cxx b/compilerplugins/clang/checkunusedparams.cxx
index fac2a08d3249..fa930ba959c8 100644
--- a/compilerplugins/clang/checkunusedparams.cxx
+++ b/compilerplugins/clang/checkunusedparams.cxx
@@ -216,7 +216,7 @@ bool CheckUnusedParams::VisitFunctionDecl(FunctionDecl const * decl) {
if (loplugin::isSamePathname(fn, SRCDIR "/include/vcl/svmain.hxx"))
return true;
// passing pointer to function
- if (loplugin::isSamePathname(fn, SRCDIR "/include/vcl/bitmapaccess.hxx"))
+ if (loplugin::isSamePathname(fn, SRCDIR "/include/vcl/BitmapReadAccess.hxx"))
return true;
if (loplugin::isSamePathname(fn, SRCDIR "/vcl/inc/unx/gtk/gtkobject.hxx"))
return true;
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>
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 841d6ba8690e..7ed19033506a 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -6402,7 +6402,6 @@ include/vcl/accessibletable.hxx
include/vcl/accessibletableprovider.hxx
include/vcl/alpha.hxx
include/vcl/bitmap.hxx
-include/vcl/bitmapaccess.hxx
include/vcl/bitmapex.hxx
include/vcl/builder.hxx
include/vcl/builderfactory.hxx
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>
More information about the Libreoffice-commits
mailing list