summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-08-28 20:42:20 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-08-28 21:37:00 -0400
commit902e3898d385875029fda3b42c1854b159a18483 (patch)
tree13e6afaa2dbc14bbc78f74871c9c2b47d75ad837 /sc/inc/document.hxx
parentWe don't check the extension for html (diff)
downloadcore-902e3898d385875029fda3b42c1854b159a18483.tar.gz
core-902e3898d385875029fda3b42c1854b159a18483.zip
Make some methods non-inline, and add method descriptions.
Change-Id: Ib8d5fa666827a7f97035ad37d05e305bb920c300
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 6bfb13887176..fb0352110528 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -551,9 +551,9 @@ public:
SC_DLLPUBLIC const ScRangeData* GetRangeAtBlock( const ScRange& rBlock, OUString* pName=NULL ) const;
- bool HasPivotTable() const;
+ SC_DLLPUBLIC bool HasPivotTable() const;
SC_DLLPUBLIC ScDPCollection* GetDPCollection();
- const ScDPCollection* GetDPCollection() const { return pDPCollection; }
+ SC_DLLPUBLIC const ScDPCollection* GetDPCollection() const;
SC_DLLPUBLIC ScDPObject* GetDPAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab) const;
ScDPObject* GetDPAtBlock( const ScRange& rBlock ) const;