slideshow/source/engine/tools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7ac572437ac972ef37aed8003f5a476f49b27b89 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 9 23:32:31 2022 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Nov 10 12:53:58 2022 +0100 Fix typo Change-Id: Iaadab3d52a47deff3c1d2539068d197bbddd2852 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142505 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx index d48bda952462..de7030f80778 100644 --- a/slideshow/source/engine/tools.cxx +++ b/slideshow/source/engine/tools.cxx @@ -692,7 +692,7 @@ namespace slideshow::internal // tdf#148884 in dark mode impress's auto text color assumes it will render against // the DOCCOLOR by default, so leaving this as white gives white on white, this - // looks the simplest approach, propogate dark mode into slideshow mode instead + // looks the simplest approach, propagate dark mode into slideshow mode instead // of reformatting to render onto a white slideshow svtools::ColorConfig aColorConfig; Color aApplicationDocumentColor = aColorConfig.GetColorValue(svtools::DOCCOLOR).nColor;