diff options
Diffstat (limited to 'sc/inc/prnsave.hxx')
-rw-r--r-- | sc/inc/prnsave.hxx | 2 |
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: |