sc/source/core/tool/inputopt.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 358f2ce190dcebb185f18bc23953f99f81c3b940
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Dec 1 10:14:19 2020 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Dec 2 09:46:14 2020 +0100

    cid#1470370 Uninitialized scalar field
    
    Change-Id: I024c78d528dd966b30bd8a222153bc75081c9850
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106952
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/sc/source/core/tool/inputopt.cxx b/sc/source/core/tool/inputopt.cxx
index 380c4391f307..73b25c297203 100644
--- a/sc/source/core/tool/inputopt.cxx
+++ b/sc/source/core/tool/inputopt.cxx
@@ -51,6 +51,7 @@ void ScInputOptions::SetDefaults()
     bTextWysiwyg    = false;
     bReplCellsWarn  = true;
     bLegacyCellSelection = false;
+    bEnterPasteMode = false;
 }
 
 //  Config Item containing input options
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to