summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xerecord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xerecord.hxx')
-rw-r--r--sc/source/filter/inc/xerecord.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xerecord.hxx b/sc/source/filter/inc/xerecord.hxx
index dd968d92aa7b..0e3f019374c5 100644
--- a/sc/source/filter/inc/xerecord.hxx
+++ b/sc/source/filter/inc/xerecord.hxx
@@ -68,7 +68,7 @@ public:
virtual ~XclExpXmlElementRecord() override;
protected:
- sal_Int32 mnElement;
+ sal_Int32 const mnElement;
};
class XclExpXmlStartElementRecord : public XclExpXmlElementRecord
@@ -255,8 +255,8 @@ private:
virtual void WriteBody( XclExpStream& rStrm ) override;
private:
- bool mbValue; /// The record data.
- sal_Int32 mnAttribute; /// The attribute to generate within SaveXml()
+ bool const mbValue; /// The record data.
+ sal_Int32 const mnAttribute; /// The attribute to generate within SaveXml()
};
/** Record which exports a memory data array. */
@@ -292,7 +292,7 @@ public:
virtual void Save( XclExpStream& rStrm ) override;
private:
- XclFutureRecType meRecType;
+ XclFutureRecType const meRecType;
};
// List of records ============================================================