sd/source/ui/unoidl/unomodel.cxx | 2 +- sd/source/ui/view/drviews2.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 398c11abf08eb8ec01746cd059443f224d78b99f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Feb 15 17:07:16 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Feb 17 22:14:11 2025 +0100 Fix typo Change-Id: I851399ffe075c4fb54bcef495feb8097e1d4b803 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181709 Tested-by: Jenkins Reviewed-by: Simon Chenery <simon_chen...@yahoo.com> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 4dded27a41b6..77c000ae4cee 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -1497,7 +1497,7 @@ void GetDocStructureSlides(::tools::JsonWriter& rJsonWriter, SdXImpressDocument* // Slide Name rJsonWriter.put("SlideName", pPageStandard->GetName()); - // MatserSlide Name + // MasterSlide Name const FmFormPage* pMasterPage = dynamic_cast<const FmFormPage*>(&pPageStandard->TRG_GetMasterPage()); diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx index f578bc29ea00..da02531edb73 100644 --- a/sd/source/ui/view/drviews2.cxx +++ b/sd/source/ui/view/drviews2.cxx @@ -894,7 +894,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq) else { lcl_LogWarning( - "FillApi SlideCmd: MatserSlide name not found at: '" + "FillApi SlideCmd: MasterSlide name not found at: '" + aItem3.first + ": " + aMPageName + "'"); } }