svx/source/unodraw/UnoGraphicExporter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59cfd8f4f69bd5918cb704b0a38b73ea2c9831bf
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 22:47:23 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:38:34 2024 +0200

    Fix typo
    
    Change-Id: I69c4e0794217e25ec15c953421c838d124b7d2f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169167
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx 
b/svx/source/unodraw/UnoGraphicExporter.cxx
index 3f980f4e9763..679bed4e4051 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -885,7 +885,7 @@ bool GraphicExporter::GetGraphic( ExportSettings const & 
rSettings, Graphic& aGr
             ScopedVclPtrInstance< VirtualDevice > aOut;
 
             // calculate bound rect for all shapes
-            // tdf#126319 I did not convert all rendering to primities,
+            // tdf#126319 I did not convert all rendering to primitives,
             // that would be to 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

Reply via email to