svx/source/svdraw/svdpage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a7dd6c1503425e1e36993a53a9a2641733412340 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jan 8 20:01:13 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Thu Jan 9 09:38:40 2025 +0100 Fix typo Change-Id: I8c3c0b8f1bf41e64b89d6e2819f81dc861766c39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179969 Reviewed-by: Michael Weghorn <[email protected]> Tested-by: Jenkins diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index 6ef5c8123cd7..3dc8464b6f21 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -1830,7 +1830,7 @@ Color SdrPage::GetPageBackgroundColor( SdrPageView const * pView, bool bScreenDi See sdrmasterpagedescriptor.cxx: e.g. the Notes MasterPage has no StyleSheet set (and there maybe others). */ - // This is a notes page. Try to get itemset from standart page's master. + // This is a notes page. Try to get itemset from standard page's master. if (getSdrModelFromSdrPage().GetPage(GetPageNum() - 1)) pBackgroundFill = &getSdrModelFromSdrPage().GetPage(GetPageNum() - 1)->TRG_GetMasterPage().getSdrPageProperties().GetItemSet(); else
