summaryrefslogtreecommitdiff
path: root/sc/inc/prnsave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/prnsave.hxx')
-rw-r--r--sc/inc/prnsave.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/prnsave.hxx b/sc/inc/prnsave.hxx
index ca928f908dd1..e1e81991e111 100644
--- a/sc/inc/prnsave.hxx
+++ b/sc/inc/prnsave.hxx
@@ -50,7 +50,7 @@ public:
class ScPrintRangeSaver
{
- SCTAB nTabCount;
+ SCTAB const nTabCount;
std::unique_ptr<ScPrintSaverTab[]> pData;
public: