summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xepivotxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xepivotxml.hxx')
-rw-r--r--sc/source/filter/inc/xepivotxml.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xepivotxml.hxx b/sc/source/filter/inc/xepivotxml.hxx
index 2301cd300fbf..c1eede23e886 100644
--- a/sc/source/filter/inc/xepivotxml.hxx
+++ b/sc/source/filter/inc/xepivotxml.hxx
@@ -51,8 +51,8 @@ class XclExpXmlPivotTables : public XclExpRecordBase, protected XclExpRoot
struct Entry
{
const ScDPObject* mpTable;
- sal_Int32 mnCacheId;
- sal_Int32 mnPivotId; /// used as [n] in pivotTable[n].xml part name.
+ sal_Int32 const mnCacheId;
+ sal_Int32 const mnPivotId; /// used as [n] in pivotTable[n].xml part name.
Entry( const ScDPObject* pTable, sal_Int32 nCacheId, sal_Int32 nPivotId );
};