summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/chartlis.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-01-09 21:11:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-09 21:11:58 +0000
commit78f53deaed4057508f27ddb1f0b7a5b2bafb13a4 (patch)
treeb02a6a19bdd86eeac1621222dfecb761e5db1a03 /sc/source/core/tool/chartlis.cxx
parent2a1a3edefcf0309b40284357ad0990686f305ba4 (diff)
some cppcheckcleaning
Diffstat (limited to 'sc/source/core/tool/chartlis.cxx')
-rw-r--r--sc/source/core/tool/chartlis.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx
index b752d8bfccde..dede0311b327 100644
--- a/sc/source/core/tool/chartlis.cxx
+++ b/sc/source/core/tool/chartlis.cxx
@@ -336,7 +336,6 @@ public:
endListening(aRange);
}
}
-
private:
void startListening(const ScRange& rRange)
{
@@ -353,7 +352,6 @@ private:
else
mpDoc->EndListeningArea(rRange, &mrParent);
}
-
private:
ScDocument* mpDoc;
ScChartListener& mrParent;