summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-06-27 19:29:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-06-29 01:58:52 +0200
commit068755d9313b61a1e4691c27eea122116d3623df (patch)
tree13299826180ca978ee214157b2734e64592fd8ab /sc/inc
parentc746468607d020be10366f2ad2df6dddf947c656 (diff)
no need to manually keep track of listener range
Change-Id: I833a2336f0c0ce8cc61eab4c56e1ffac3e36ae62 Reviewed-on: https://gerrit.libreoffice.org/39319 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/conditio.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 631d0449cc13..8dff0355a648 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -89,7 +89,6 @@ enum ScConditionMode
class ScFormulaListener : public SvtListener
{
private:
- std::vector<ScRange> maCells;
mutable bool mbDirty;
ScDocument* mpDoc;
std::function<void()> maCallbackFunction;