[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 2 08:46:49 UTC 2020
sc/source/core/tool/inputopt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 358f2ce190dcebb185f18bc23953f99f81c3b940
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Dec 1 10:14:19 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
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
More information about the Libreoffice-commits
mailing list