sc/source/ui/unoobj/docuno.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 26219783bdf06d1fd0ddaf82f5a1c6fb08015aa0 Author: Michael Meeks <michael.me...@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 <c...@libreoffice.org> Reviewed-by: Michael Meeks <michael.me...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits