summaryrefslogtreecommitdiff
path: root/sc/inc/TablePivotCharts.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/TablePivotCharts.hxx')
-rw-r--r--sc/inc/TablePivotCharts.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/TablePivotCharts.hxx b/sc/inc/TablePivotCharts.hxx
index b5c9deab92d6..2e8d8f4deb8e 100644
--- a/sc/inc/TablePivotCharts.hxx
+++ b/sc/inc/TablePivotCharts.hxx
@@ -32,7 +32,7 @@ class TablePivotCharts : public TablePivotCharts_Base, public SfxListener
{
private:
ScDocShell* m_pDocShell;
- SCTAB m_nTab;
+ SCTAB const m_nTab;
public:
TablePivotCharts(ScDocShell* pDocShell, SCTAB nTab);