[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - sc/source
Michael Meeks
michael.meeks at collabora.com
Fri Oct 7 19:02:22 UTC 2016
sc/source/ui/unoobj/docuno.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 26cded05a45d28d4ed70d6e747c42312b2d55207
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Fri Oct 7 19:59:24 2016 +0100
sc: Allow paste to overwrite existing data in tiled editin mode.
Change-Id: Ibb7a4697a509d011dd8a6a1793f41d4c73d1f253
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 68efb4c..1c13004 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -978,6 +978,7 @@ void ScModelObj::initializeForTiledRendering(const css::uno::Sequence<css::beans
// show us the text exactly
ScInputOptions aInputOptions(SC_MOD()->GetInputOptions());
aInputOptions.SetTextWysiwyg(true);
+ aInputOptions.SetReplaceCellsWarn(false);
SC_MOD()->SetInputOptions(aInputOptions);
pDocShell->CalcOutputFactor();
More information about the Libreoffice-commits
mailing list