sd/source/ui/tools/SlideshowLayerRenderer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c22d5ae851269bc405c9825e9897e2add65f4dc7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Mar 15 07:57:37 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Mar 16 11:26:49 2025 +0100 Fix typo Change-Id: I65ddc856933b40bf4cbe809fafca3e7ad2617843 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182935 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/source/ui/tools/SlideshowLayerRenderer.cxx b/sd/source/ui/tools/SlideshowLayerRenderer.cxx index 808d2f5d7ddc..9fd3a95cb765 100644 --- a/sd/source/ui/tools/SlideshowLayerRenderer.cxx +++ b/sd/source/ui/tools/SlideshowLayerRenderer.cxx @@ -143,7 +143,7 @@ void changeBackground(drawinglayer::primitive2d::Primitive2DContainer const& rCo } } -/// Find the text block in the primitive containder, decompose if necessary +/// Find the text block in the primitive container, decompose if necessary drawinglayer::primitive2d::TextHierarchyBlockPrimitive2D* findTextBlock(drawinglayer::primitive2d::Primitive2DContainer const& rContainer, drawinglayer::geometry::ViewInformation2D const& rViewInformation2D)