Change-Id: I9d623cde2b6132b508f8f2ced30edcf705d31963
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173821
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-09-23 16:59:31 +02:00 committed by Julien Nabet
parent cb874333a8
commit 84299f3da3

View file

@ -93,7 +93,7 @@ CPPUNIT_TEST_FIXTURE(DrawinglayerBorderTest, testDoubleDecompositionSolid)
CPPUNIT_TEST_FIXTURE(DrawinglayerBorderTest, testDoublePixelProcessing)
{
// Creating a pixel-processor and after that attacing a metafile
// Creating a pixel-processor and after that attaching a metafile
// recording is not possible anymore, the pixel-processor may be
// a SDPR, e.g. a CairoSDPR, and *not* a VclPixelProcessor2D anymore.
// Since the intention had changed already (see comments below