summaryrefslogtreecommitdiff
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 692eb2a987fa..106c6cd74b66 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -85,10 +85,10 @@ private:
rtl::Reference<ScDPDimensions> pDimensions; // api objects
// settings:
- std::vector<long> maColDims;
- std::vector<long> maRowDims;
- std::vector<long> maDataDims;
- std::vector<long> maPageDims;
+ std::vector<tools::Long> maColDims;
+ std::vector<tools::Long> maRowDims;
+ std::vector<tools::Long> maDataDims;
+ std::vector<tools::Long> maPageDims;
ScDPResultTree maResFilterSet;
bool bColumnGrand;