summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/pivotsource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/pivotsource.hxx')
-rw-r--r--sc/source/filter/xml/pivotsource.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/xml/pivotsource.hxx b/sc/source/filter/xml/pivotsource.hxx
index e729ef44de2d..faf0a4e06e45 100644
--- a/sc/source/filter/xml/pivotsource.hxx
+++ b/sc/source/filter/xml/pivotsource.hxx
@@ -37,24 +37,24 @@ struct PivotTableSources
struct SheetSource
{
- ScDPObject* mpDP;
- ScSheetSourceDesc maDesc;
+ ScDPObject* const mpDP;
+ ScSheetSourceDesc const maDesc;
SheetSource( ScDPObject* pObj, const ScSheetSourceDesc& rDesc );
};
struct DBSource
{
- ScDPObject* mpDP;
- ScImportSourceDesc maDesc;
+ ScDPObject* const mpDP;
+ ScImportSourceDesc const maDesc;
DBSource( ScDPObject* pObj, const ScImportSourceDesc& rDesc );
};
struct ServiceSource
{
- ScDPObject* mpDP;
- ScDPServiceDesc maDesc;
+ ScDPObject* const mpDP;
+ ScDPServiceDesc const maDesc;
ServiceSource( ScDPObject* pObj, const ScDPServiceDesc& rDesc );
};