sc/source/ui/view/tabvwsh5.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 0cf19169b634dcc164e028adf1f51f8849c5f884
Author: Dennis Francis <dennis.fran...@collabora.co.uk>
Date:   Tue Aug 22 12:42:23 2017 +0530

    tdf#97548: Do not set anchor flag on starting formula mode in a cell
    
    Change-Id: I4d9699fa3106f7a575ad1afa3a36371344719d09
    Reviewed-on: https://gerrit.libreoffice.org/41564
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Dennis Francis <dennis.fran...@collabora.co.uk>

diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index c273b642d308..fd69cc802ed3 100644
--- a/sc/source/ui/view/tabvwsh5.cxx
+++ b/sc/source/ui/view/tabvwsh5.cxx
@@ -226,11 +226,7 @@ void ScTabViewShell::Notify( SfxBroadcaster& rBC, const 
SfxHint& rHint )
                     if (!bRefMode)
                         StopRefMode();
                     else
-                    {
                         GetSelEngine()->Reset();
-                        GetFunctionSet().SetAnchorFlag(true);
-                        //  AnchorFlag, so immediately Control can appended
-                    }
                 }
                 break;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to