sw/source/uibase/utlui/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 748e5234c561799f876a821d1a022cfc5770411e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Dec 10 19:46:59 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Dec 10 19:12:40 2022 +0000

    Fix typo
    
    Change-Id: I9bded67c9e044ed4e96f8520a3a5486b8d3ecf0b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143937
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index c9355201f4da..1449c0fd89fa 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -1162,7 +1162,7 @@ IMPL_LINK(SwContentTree, MouseMoveHdl, const MouseEvent&, 
rMEvt, bool)
             m_xTreeView->get_dest_row_at_pos(rMEvt.GetPosPixel(), 
xEntry.get(), false, false))
     {
         // Remove the overlay object if the pointer is over a different entry 
than the last time
-        // it was here. Gaurd against doing the iter_compare when entering the 
window to work
+        // it was here. Guard against doing the iter_compare when entering the 
window to work
         // around a bug that causes sal backends to crash when 
m_xOverlayCompareEntry iterator is
         // nullptr which is the case on initial window entry.
         if (!rMEvt.IsEnterWindow() &&

Reply via email to