summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-08-22 12:42:23 +0530
committerEike Rathke <erack@redhat.com>2017-08-31 18:38:35 +0200
commit8c8b7e0d7ae16f238089e857f2549d6de058cf2e (patch)
tree4e8a19c170fc507288a684ae8ba2cc3c1bf4a8b5
parente09c2106c136b9cb3a32e1ffbc19aba8269f37ca (diff)
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 <ci@libreoffice.org> Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk> (cherry picked from commit 0cf19169b634dcc164e028adf1f51f8849c5f884) Reviewed-on: https://gerrit.libreoffice.org/41600 Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index bee5f1501dd7..bc4e7fad8791 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;