vcl/qa/cppunit/svm/svmtest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 2d2c0e6a6d7c8ee0e80c837a044233d0b49909d2 Author: Noel Grandin <[email protected]> AuthorDate: Thu Apr 3 09:24:53 2025 +0200 Commit: Caolán McNamara <[email protected]> CommitDate: Wed Dec 10 20:35:17 2025 +0100 make unit tests compile with --enable-cairo-rgba they don't pass yet Change-Id: Id66d9a257bc8a3d519f2b8377fd13873ad8337f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183656 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195388 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/vcl/qa/cppunit/svm/svmtest.cxx b/vcl/qa/cppunit/svm/svmtest.cxx index c9096728442a..1d630d73d4f9 100644 --- a/vcl/qa/cppunit/svm/svmtest.cxx +++ b/vcl/qa/cppunit/svm/svmtest.cxx @@ -1061,13 +1061,13 @@ void SvmTest::checkBitmapExs(const GDIMetaFile& rMetaFile, bool bIsSvmFile) #if !ENABLE_CAIRO_RGBA u"ac936607", // typical BGRA little-endian config #else - "ecd75a28", // atypical RGBA little-endian config + u"ecd75a28", // atypical RGBA little-endian config #endif u"4937e32d", #if !ENABLE_CAIRO_RGBA u"3789377b", // typical BGRA little-endian config #else - "469f0820", // atypical RGBA little-endian config + u"469f0820", // atypical RGBA little-endian config #endif u"839e8cce", u"236aaf55", // 1-bit
