summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-13 16:30:49 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-14 00:35:29 -0400
commit6aeed3c93bb8c123154bbe47702080c9c1176f39 (patch)
tree34b87f00f51d8c017d42c0b4f19dd69284299eb6 /sc/inc/dpobject.hxx
parentRename ClearSource() to ClearTableData(). (diff)
downloadcore-6aeed3c93bb8c123154bbe47702080c9c1176f39.tar.gz
core-6aeed3c93bb8c123154bbe47702080c9c1176f39.zip
Re-added ClearSource() which will only clear the source. Nothing else.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 5f5496e9b43c..5b16b599ebbc 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -114,8 +114,11 @@ private:
SC_DLLPRIVATE ScDPTableData* GetTableData();
SC_DLLPRIVATE void CreateObjects();
SC_DLLPRIVATE void CreateOutput();
-
- bool FillLabelDataForDimension(const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>& xDims, sal_Int32 nDim, ScDPLabelData& rLabelData);
+ SC_DLLPRIVATE void ClearSource();
+ SC_DLLPRIVATE bool FillLabelDataForDimension(
+ const com::sun::star::uno::Reference<
+ com::sun::star::container::XIndexAccess>& xDims,
+ sal_Int32 nDim, ScDPLabelData& rLabelData);
public:
ScDPObject(ScDocument* pD);