summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-07 16:39:20 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-07 16:40:30 -0500
commit331518c39551afa3c63d0c2fc394af0e9566aa43 (patch)
tree13a3ec1c13ff224447882e625741a3a3ead5727f /sc/inc/dpobject.hxx
parent256e4ccba8a331f2d30c6b5da9dca70206deadae (diff)
fdo#72774: Add test for group field cache population on file load.
Change-Id: Iddde39da57db0d6be9f066f3e2bdb0526932edc6
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 6c0a64dd3b0e..05a063d375b5 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -287,8 +287,7 @@ public:
void updateReference(
UpdateRefMode eMode, const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz);
- private:
- ScDPCache* getExistingCache(const ScRange& rRange);
+ SC_DLLPUBLIC ScDPCache* getExistingCache(const ScRange& rRange);
void updateCache(const ScRange& rRange, std::set<ScDPObject*>& rRefs);
bool remove(const ScDPCache* p);