summaryrefslogtreecommitdiff
path: root/sc/inc/eventuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/eventuno.hxx')
-rw-r--r--sc/inc/eventuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/eventuno.hxx b/sc/inc/eventuno.hxx
index eb85fd9e6fa4..2c420f8501e5 100644
--- a/sc/inc/eventuno.hxx
+++ b/sc/inc/eventuno.hxx
@@ -36,7 +36,7 @@ class ScSheetEventsObj : public cppu::WeakImplHelper<
{
private:
ScDocShell* mpDocShell;
- SCTAB mnTab;
+ SCTAB const mnTab;
public:
ScSheetEventsObj(ScDocShell* pDocSh, SCTAB nT);