[Libreoffice-commits] core.git: sc/source
Michael Meeks
michael.meeks at collabora.com
Fri Oct 7 20:14:37 UTC 2016
sc/source/ui/unoobj/docuno.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 26219783bdf06d1fd0ddaf82f5a1c6fb08015aa0
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
Reviewed-on: https://gerrit.libreoffice.org/29598
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index c5e131a8..7c31249 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -984,6 +984,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