summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-28 21:34:40 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-28 22:08:22 -0400
commit300845922eec7a28bc1da337acd21f138685d759 (patch)
tree3a9c210ac2e4ec2b6d98da0ebbad645c25a5a363 /sc/source/ui/unoobj/nameuno.cxx
parenta0b9200eed928ac81d798bd59aed69ed6d470bac (diff)
fdo#79578: Properly update formulas upon change in db collection.
Update it to handle formula groups correctly. Change-Id: I009a7fcf3d3fb17ef6951c50534ca6bc1fffc259
Diffstat (limited to 'sc/source/ui/unoobj/nameuno.cxx')
-rw-r--r--sc/source/ui/unoobj/nameuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx
index cc6fdeaa92bf..ff09c0e675e5 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -740,7 +740,7 @@ void ScNamedRangesObj::lock()
/** called from the XActionLockable interface methods on final unlock */
void ScNamedRangesObj::unlock()
{
- pDocShell->GetDocument().PostprocessRangeNameUpdate();
+ pDocShell->GetDocument().CompileHybridFormula();
}
// document::XActionLockable