summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen3.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 11:38:02 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 20:21:04 -0500
commit30fc28a477174806384a07ebe8e44e2fec440b73 (patch)
treec6613d8c3b1ca4bc6c2a619f0d2baa91d4f10b45 /sc/source/core/data/documen3.cxx
parent2a7c07e2e5fbdce057aaecb87231c62d98981bcb (diff)
non-inline the chart collection getter.
Diffstat (limited to 'sc/source/core/data/documen3.cxx')
-rw-r--r--sc/source/core/data/documen3.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 991eb6b48a8e..822d8a59b58c 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -357,6 +357,11 @@ void ScDocument::StopTemporaryChartLock()
apTemporaryChartLock->StopLocking();
}
+ScChartListenerCollection* ScDocument::GetChartListenerCollection() const
+{
+ return pChartListenerCollection;
+}
+
void ScDocument::SetChartListenerCollection(
ScChartListenerCollection* pNewChartListenerCollection,
bool bSetChartRangeLists )