summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 14:14:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:11 +0100
commit47811d4cf17688b2db5910e2cd500143137fd6f1 (patch)
treedc9d86a2138a697c410eed9292d27f45a1d85e7e /sc/inc/dpobject.hxx
parent859e8bea5e2552e65f288387c82c949a883ff64e (diff)
Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirection
Change-Id: I1360a96ebe33bd6d70ac7728844c4ba1137e51ab
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 05a063d375b5..39cdd7bec171 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -104,11 +104,11 @@ private:
bool bSettingsChanged:1;
bool mbEnableGetPivotData:1;
- SC_DLLPRIVATE ScDPTableData* GetTableData();
- SC_DLLPRIVATE void CreateObjects();
- SC_DLLPRIVATE void CreateOutput();
- SC_DLLPRIVATE void ClearSource();
- SC_DLLPRIVATE bool FillLabelDataForDimension(
+ SAL_DLLPRIVATE ScDPTableData* GetTableData();
+ SAL_DLLPRIVATE void CreateObjects();
+ SAL_DLLPRIVATE void CreateOutput();
+ SAL_DLLPRIVATE void ClearSource();
+ SAL_DLLPRIVATE bool FillLabelDataForDimension(
const com::sun::star::uno::Reference<
com::sun::star::container::XIndexAccess>& xDims,
sal_Int32 nDim, ScDPLabelData& rLabelData);