diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-10 20:53:44 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-12-10 20:54:59 -0500 |
commit | e8fff12af2c0bc3172c3db830b5f6a59869e5be0 (patch) | |
tree | db0082406b2ea5f135b4d6b70aef58e05a4ae5b8 /sc/inc/dpobject.hxx | |
parent | b3977983e9f662392426f581516d86d7034ad0fd (diff) |
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.hxx | 4 |
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(); |