diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 12:40:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:59 +0200 |
commit | 2e1e0852eed9699dae31d8a96bfa2726e03b27e1 (patch) | |
tree | a0e9a86af77d5871d907e24bd46c5645c41a0547 /slideshow/source | |
parent | 8e999b51a2418febc0fd619aee62183f21b1cf90 (diff) |
Fix typos
Change-Id: I86f744d5b0d5d8d56c40db2ff17fefbfa3cb4907
Reviewed-on: https://gerrit.libreoffice.org/78800
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/shapes/gdimtftools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/gdimtftools.cxx b/slideshow/source/engine/shapes/gdimtftools.cxx index 34ac585f165a..cb1b9b4617a5 100644 --- a/slideshow/source/engine/shapes/gdimtftools.cxx +++ b/slideshow/source/engine/shapes/gdimtftools.cxx @@ -126,7 +126,7 @@ public: When true, 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 bitmap. + returned as a pre-rendered bitmap. */ GDIMetaFileSharedPtr getMtf( bool bForeignSource ) const { |