sw/source/core/crsr/crsrsh.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 42593961a79cbef130f2cf9823687d793b9bf47b
Author: Caolán McNamara <[email protected]>
AuthorDate: Sat Oct 26 10:55:07 2024 +0100
Commit: Szymon Kłos <[email protected]>
CommitDate: Mon Oct 28 08:49:06 2024 +0100
cid#1633842 Uninitialized scalar field
Change-Id: I59d9164b191c13ac66d4a663cf5a420f7ccec44a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175614
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index c8462c71a7cc..b98fbab7a420 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -3396,6 +3396,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;