sc/source/ui/view/notemark.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 91f0cb5400d929866062375305c77959bbaeeed0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 20 15:01:44 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue May 20 21:35:43 2025 +0200

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

diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx
index 91876c45f6b9..93c6a144fcad 100644
--- a/sc/source/ui/view/notemark.cxx
+++ b/sc/source/ui/view/notemark.cxx
@@ -172,7 +172,7 @@ void ScNoteOverlay::createOverlaySubContent(
     //   in the displaying window
     // 2 to merged SplitWindow display (may have different top-left)
     // 3 to window displaying target ScGridWindow
-    // 4 to logic coordinates in it's DrawMapMode
+    // 4 to logic coordinates in its DrawMapMode
     // NOTE: 1+2 are already in rTransformToPixels
     basegfx::B2DHomMatrix aTransformToTarget(rTransformToPixels);
     aTransformToTarget.translate(-rTopLeft);
@@ -350,7 +350,7 @@ ScNoteOverlay::~ScNoteOverlay()
     maNoteOverlayGroup.clear();
 
     // destruct temporary SdrObject. It *needs* to be kept alive
-    // during visualization due to it being used for decmpose
+    // during visualization due to it being used for decompose
     // of the TextPrimitive. That is an old compromize in the
     // primitives: the text primitive is not self-contained in
     // the sense that it needs the SdrTextObj for decompose.

Reply via email to