summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-10 20:53:44 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-10 20:54:59 -0500
commite8fff12af2c0bc3172c3db830b5f6a59869e5be0 (patch)
treedb0082406b2ea5f135b4d6b70aef58e05a4ae5b8 /sc/inc/dpobject.hxx
parentfdo#66969: Reset group dimension data from all referencing pivot objects. (diff)
downloadcore-e8fff12af2c0bc3172c3db830b5f6a59869e5be0.tar.gz
core-e8fff12af2c0bc3172c3db830b5f6a59869e5be0.zip
fdo#66969: Add test to ensure we import page field's visibility correctly.
Change-Id: I407b1f552ce089c0ff1d6bdadc1cc618fb713646
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 803a05ebedcb..6c0a64dd3b0e 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -282,7 +282,7 @@ public:
SheetCaches(ScDocument* pDoc);
bool hasCache(const ScRange& rRange) const;
const ScDPCache* getCache(const ScRange& rRange, const ScDPDimensionSaveData* pDimData);
- size_t size() const;
+ SC_DLLPUBLIC size_t size() const;
void updateReference(
UpdateRefMode eMode, const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz);
@@ -397,7 +397,7 @@ public:
void FreeTable(ScDPObject* pDPObj);
SC_DLLPUBLIC bool InsertNewTable(ScDPObject* pDPObj);
- SheetCaches& GetSheetCaches();
+ SC_DLLPUBLIC SheetCaches& GetSheetCaches();
NameCaches& GetNameCaches();
DBCaches& GetDBCaches();