summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/docshell/macromgr.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-12 22:18:49 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-14 16:42:24 -0500
commit12899ce686d302352645605f6e262784df77f0b2 (patch)
tree79cce67c69262fa7238b0093f66c7ddb12136120 /sc/source/ui/docshell/macromgr.cxx
parentfix jpeg windows build (diff)
downloadcore-12899ce686d302352645605f6e262784df77f0b2.tar.gz
core-12899ce686d302352645605f6e262784df77f0b2.zip
Dedicated listener type tailored for formula groups.
Right now, it's only used when loading an xlsx file. But eventually this one should be used everywhere. Change-Id: I216c3a9a33c4b8040e8284d59299e0637471fb50
Diffstat (limited to 'sc/source/ui/docshell/macromgr.cxx')
-rw-r--r--sc/source/ui/docshell/macromgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx
index c17c0b7563f9..542e04bcd474 100644
--- a/sc/source/ui/docshell/macromgr.cxx
+++ b/sc/source/ui/docshell/macromgr.cxx
@@ -192,7 +192,7 @@ void ScMacroManager::BroadcastModuleUpdate(const OUString& aModuleName)
// for recalc on cell value change. If the cell is not volatile, the
// cell stops listening right away after it gets re-interpreted.
- mpDoc->StartListeningArea(BCA_LISTEN_ALWAYS, pCell);
+ mpDoc->StartListeningArea(BCA_LISTEN_ALWAYS, false, pCell);
}
}