sfx2/qa/cppunit/autoredaction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e24215cef8a9cbf2a322a0b70d480d43bb0c42e Author: Andrea Gelmini <[email protected]> AuthorDate: Thu May 22 17:33:28 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu May 22 17:37:42 2025 +0200 Fix typo Change-Id: Ife1f48335d7be85cba2a2232a0246254ef22d68b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185684 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sfx2/qa/cppunit/autoredaction.cxx b/sfx2/qa/cppunit/autoredaction.cxx index d7723ee9e80d..e436ba9becec 100644 --- a/sfx2/qa/cppunit/autoredaction.cxx +++ b/sfx2/qa/cppunit/autoredaction.cxx @@ -30,7 +30,7 @@ public: CPPUNIT_TEST_FIXTURE(AutoRedactionTest, testImageRedaction) { - // Get the images size and postion from the writer + // Get the images size and position from the writer loadFromFile(u"autoredact_img.fodt"); CPPUNIT_ASSERT_MESSAGE("Failed to load autoredact_img.odt", mxComponent.is());
