sd/qa/unit/uiimpress.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0229332b67d230cd3269969373fa3e747882f87f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 28 23:33:56 2025 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Tue Apr 29 10:51:34 2025 +0200 Fix typo Change-Id: I14986be5bacde59207825b1bd239899ec070c6e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184733 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/sd/qa/unit/uiimpress.cxx b/sd/qa/unit/uiimpress.cxx index dd21f9a7b0a4..b80744fa1c81 100644 --- a/sd/qa/unit/uiimpress.cxx +++ b/sd/qa/unit/uiimpress.cxx @@ -946,7 +946,7 @@ CPPUNIT_TEST_FIXTURE(SdUiImpressTest, testTdf45617_Double_Copy_Default) } CPPUNIT_TEST_FIXTURE(SdUiImpressTest, testTdf45617_Double_Copy_CopiedPage) { - // Test master page name with double copy for copied page which dosen`t have a normal page created + // Test master page name with double copy for copied page which doesn't have a normal page created createSdImpressDoc("odp/tdf96708.odp"); sd::slidesorter::SlideSorterViewShell* pSSVS = getSlideSorterViewShell(); auto& rSSController = pSSVS->GetSlideSorter().GetController();