sw/source/core/crsr/crsrsh.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 50cb6fb476a678e6826e02ae3ffb217baa276615
Author: Caolán McNamara <[email protected]>
AuthorDate: Sat Oct 26 10:55:07 2024 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Sat Oct 26 16:29:26 2024 +0200
cid#1633842 Uninitialized scalar field
Change-Id: I59d9164b191c13ac66d4a663cf5a420f7ccec44a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175675
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 4df37884956a..fce43323b19b 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -3402,6 +3402,7 @@ SwCursorShell::SwCursorShell( SwDoc& rDoc, vcl::Window
*pInitWin,
m_bAllProtect = m_bVisPortChgd = m_bChgCallFlag = m_bInCMvVisportChgd =
m_bGCAttr = m_bIgnoreReadonly = m_bSelTableCells = m_bBasicHideCursor =
m_bOverwriteCursor = false;
+ m_bIsCursorPosChanged = false;
m_bSendAccessibleCursorEvents = true;
m_bCallChgLnk = m_bHasFocus = m_bAutoUpdateCells = true;
m_bSVCursorVis = true;