diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-23 20:19:04 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-24 00:51:41 -0500 |
commit | 780436aaf7cb3675bed8277f0b0069b43a25b908 (patch) | |
tree | 5ddde6a5c513717d0c1661f42b6a9846f6f8298c /sc | |
parent | 34ff598994a52e8058e34074cb18a993e8c82157 (diff) |
???
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/dpobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx index bb988f5fa4e2..bd28f39a0b4c 100644 --- a/sc/source/core/data/dpobject.cxx +++ b/sc/source/core/data/dpobject.cxx @@ -1971,7 +1971,7 @@ bool ScDPObject::FillLabelData(ScPivotParam& rParam) { rParam.maLabelArray.clear(); - ((ScDPObject*)this)->CreateObjects(); + CreateObjects(); if (!xSource.is()) return false; |