summaryrefslogtreecommitdiffstats
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-04-24 21:49:45 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-04-25 00:58:14 -0400
commit36e0d770928f71c932db5dea9f04645f65222ea6 (patch)
tree6b0b0afd4c69b56cef0f0e7c834575aa8eb8860c /sc/inc/table.hxx
parentfdo#77728: Write test for this. (diff)
downloadcore-36e0d770928f71c932db5dea9f04645f65222ea6.tar.gz
core-36e0d770928f71c932db5dea9f04645f65222ea6.zip
fdo#77728: Don't forget to start listening after the named range update.
Change-Id: I7a4160db0dd2b9ac2c98402bb6110c548e879b3d
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index b13e7d120eac..a8bef6ec7abf 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -854,7 +854,8 @@ public:
void PreprocessRangeNameUpdate(
sc::EndListeningContext& rEndListenCxt, sc::CompileFormulaContext& rCompileCxt );
- void PostprocessRangeNameUpdate( sc::CompileFormulaContext& rCompileCxt );
+ void PostprocessRangeNameUpdate(
+ sc::StartListeningContext& rStartListenCxt, sc::CompileFormulaContext& rCompileCxt );
ScConditionalFormatList* GetCondFormList();
const ScConditionalFormatList* GetCondFormList() const;