sc/source/ui/unoobj/docuno.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 26cded05a45d28d4ed70d6e747c42312b2d55207
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

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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to