sd/source/ui/inc/SlideshowLayerRenderer.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 166dd64751616ee148c6a45796da9869525c59d4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 21 15:36:48 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 21 16:33:02 2024 +0100

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

diff --git a/sd/source/ui/inc/SlideshowLayerRenderer.hxx 
b/sd/source/ui/inc/SlideshowLayerRenderer.hxx
index 7f26d9b23b52..dfe697a5cf9c 100644
--- a/sd/source/ui/inc/SlideshowLayerRenderer.hxx
+++ b/sd/source/ui/inc/SlideshowLayerRenderer.hxx
@@ -118,7 +118,7 @@ public:
 
     /** Calculate and set the slide size depending on input desired size (in 
pixels)
      *
-     * Input the desired size in pixels, and the actual size pixels will be 
caluclated
+     * Input the desired size in pixels, and the actual size pixels will be 
calculated
      * depending on the size of the slide and the desired size. The size can 
differ,
      * because the it must match the slide aspect ratio.
      **/
@@ -127,7 +127,7 @@ public:
     /** Renders one layer
      *
      * The slide layer is rendered into the input buffer, which must be the 
byte size
-     * of the calcualted size in pixels * 4 (RGBA).
+     * of the calculated size in pixels * 4 (RGBA).
      * The properties of the layer are written to the input string in JSON 
format.
      *
      * @returns false, if nothing was rendered and rendering is done */

Reply via email to