Fix typos

Change-Id: I67b770e3973b78cd59bc1e7c23d780187814c07a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176587
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-11-14 12:15:29 +01:00 committed by Julien Nabet
parent d6e81eaf73
commit ac2983bbfb

View file

@ -3122,9 +3122,9 @@ CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testSlideshowLayeredRendering)
// - background layer
// - master slide layer
// - main slide layer
// The doucment has nothing set for the background, so it should be application color = white
// The document has nothing set for the background, so it should be application color = white
// On the master slide there is a (blue) rectangle on the right side - top-left should be transparent
// On the main slide there is a (green) rectanlge on the top-left size - right side should be transparent
// On the main slide there is a (green) rectangle on the top-left size - right side should be transparent
// enable layer output to PNG files
const bool bOutputPNG = false;
SdXImpressDocument* pXImpressDocument = createDoc("SlideRenderingTest.odp");