[Libreoffice-commits] core.git: sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 1 19:40:17 UTC 2020
sc/source/core/tool/inputopt.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1196e7fd0b1cff41242bebf99890c56069782107
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: Tue Dec 1 20:39:29 2020 +0100
cid#1470370 Uninitialized scalar field
Change-Id: I024c78d528dd966b30bd8a222153bc75081c9850
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106954
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 d54ab975b14c..119c7a74c738 100644
--- a/sc/source/core/tool/inputopt.cxx
+++ b/sc/source/core/tool/inputopt.cxx
@@ -49,6 +49,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