diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-19 00:04:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-19 08:43:05 +0200 |
commit | 602e00b9610cdacc078846bb845c306df65b29dc (patch) | |
tree | 01d0b59462ed7a59fcb8a1bc881d9f2d0ac2b6c7 /svx/source | |
parent | a1c7ff92d2d2299644ae082a152a0878417102b1 (diff) |
Fix typo
Change-Id: I99c1b5973e8a173f4b4fefe588f0bef825f2444f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169183
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 679bed4e4051..451b95b0e58b 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -886,7 +886,7 @@ bool GraphicExporter::GetGraphic( ExportSettings const & rSettings, Graphic& aGr // calculate bound rect for all shapes // tdf#126319 I did not convert all rendering to primitives, - // that would be to much for this fix. But I did so for the + // that would be too much for this fix. But I did so for the // range calculation to get a valid high quality range. // Based on that the conversion is reliable. With the BoundRect // fetched from the Metafile it was just not possible to get the |