summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.co.uk>2017-08-22 12:42:23 +0530
committerDennis Francis <dennis.francis@collabora.co.uk>2017-08-27 11:57:03 +0200
commit0cf19169b634dcc164e028adf1f51f8849c5f884 (patch)
tree51e715fb2321c700e451cdcba8abc6cbf81eb94f
parent829b73b1e9cb4ed11feeff428220a39f3b666214 (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>
-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 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;