diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:04 +0200 |
commit | 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (patch) | |
tree | d6139e8b035e9fc5f5f36bbfb9d0e0bc7c859b9f /slideshow | |
parent | b86ab7eb8b14b877c93be23bfc944e629e080573 (diff) |
Fix typos
Change-Id: I79f87f033eeb67d1750bb595d311d74ef3db6ce9
Reviewed-on: https://gerrit.libreoffice.org/78795
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/drawshape.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/gdimtftools.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 |