summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excrecds.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excrecds.hxx')
-rw-r--r--sc/source/filter/inc/excrecds.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/inc/excrecds.hxx b/sc/source/filter/inc/excrecds.hxx
index dadeef2ae165..74a21cbfa563 100644
--- a/sc/source/filter/inc/excrecds.hxx
+++ b/sc/source/filter/inc/excrecds.hxx
@@ -175,7 +175,7 @@ class XclExpProtection : public XclExpBoolRecord
class XclExpSheetProtection : public XclExpProtection
{
- SCTAB mnTab;
+ SCTAB const mnTab;
public:
XclExpSheetProtection(bool bValue, SCTAB nTab);
virtual void SaveXml( XclExpXmlStream& rStrm ) override;
@@ -238,7 +238,7 @@ protected:
sal_uInt64 m_nStrPos;
sal_uInt64 m_nOwnPos; // Position after # and Len
sal_uInt16 nGrbit;
- SCTAB nTab;
+ SCTAB const nTab;
ExcBundlesheetBase();
@@ -310,10 +310,10 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) override;
private:
- SCTAB mnScTab;
+ SCTAB const mnScTab;
XclExpFilterManager* mpManager;
- bool mbFitToPage;
- Color maTabColor;
+ bool const mbFitToPage;
+ Color const maTabColor;
};
class XclExpFiltermode : public XclExpEmptyRecord
@@ -331,7 +331,7 @@ public:
SCCOL GetColCount() const { return static_cast< SCCOL >( GetValue() ); }
private:
- ScAddress maStartPos;
+ ScAddress const maStartPos;
};
class ExcFilterCondition