From 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 Sep 2019 10:37:53 +0200 Subject: Fix typos Change-Id: I79f87f033eeb67d1750bb595d311d74ef3db6ce9 Reviewed-on: https://gerrit.libreoffice.org/78795 Reviewed-by: Julien Nabet Tested-by: Jenkins --- slideshow/source/engine/shapes/drawshape.hxx | 2 +- slideshow/source/engine/shapes/gdimtftools.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/drawshape.hxx b/slideshow/source/engine/shapes/drawshape.hxx index 88cc9a264293..c93f0338f76c 100644 --- a/slideshow/source/engine/shapes/drawshape.hxx +++ b/slideshow/source/engine/shapes/drawshape.hxx @@ -76,7 +76,7 @@ namespace slideshow When true, the source of the shape metafile might be a foreign application. The metafile is checked against unsupported content, and, if necessary, returned as a - pre-rendererd bitmap. + pre-rendered bitmap. */ static DrawShapeSharedPtr create( const css::uno::Reference< css::drawing::XShape >& xShape, diff --git a/slideshow/source/engine/shapes/gdimtftools.hxx b/slideshow/source/engine/shapes/gdimtftools.hxx index 813c557bee81..c0c64e5f4efc 100644 --- a/slideshow/source/engine/shapes/gdimtftools.hxx +++ b/slideshow/source/engine/shapes/gdimtftools.hxx @@ -46,7 +46,7 @@ namespace slideshow MTF_LOAD_NONE = 0, /// the source of the metafile might be a foreign /// application. The metafile is checked against unsupported - /// content, and, if necessary, returned as a pre-rendererd + /// content, and, if necessary, returned as a pre-rendered /// bitmap. MTF_LOAD_FOREIGN_SOURCE = 2, /// retrieve a meta file for the page background only -- cgit