summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xecontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xecontent.hxx')
-rw-r--r--sc/source/filter/inc/xecontent.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/filter/inc/xecontent.hxx b/sc/source/filter/inc/xecontent.hxx
index fccbf881d9c0..0c46c53039ed 100644
--- a/sc/source/filter/inc/xecontent.hxx
+++ b/sc/source/filter/inc/xecontent.hxx
@@ -125,7 +125,7 @@ private:
private:
typedef std::unique_ptr< SvStream > SvStreamPtr;
- ScAddress maScPos; /// Position of the hyperlink.
+ ScAddress const maScPos; /// Position of the hyperlink.
OUString m_Repr; /// Cell representation text.
SvStreamPtr mxVarData; /// Buffer stream with variable data.
sal_uInt32 mnFlags; /// Option flags.
@@ -192,7 +192,7 @@ public:
private:
const ScCondDateFormatEntry& mrFormatEntry;
- sal_Int32 mnPriority;
+ sal_Int32 const mnPriority;
};
class XclExpCfvo : public XclExpRecord, protected XclExpRoot
@@ -203,8 +203,8 @@ public:
virtual void SaveXml( XclExpXmlStream& rStrm ) override;
private:
const ScColorScaleEntry& mrEntry;
- ScAddress maSrcPos;
- bool mbFirst;
+ ScAddress const maSrcPos;
+ bool const mbFirst;
};
class XclExpColScaleCol : public XclExpRecord, protected XclExpRoot
@@ -258,7 +258,7 @@ private:
XclExpCfvoList maCfvoList;
XclExpColScaleColList maColList;
- sal_Int32 mnPriority;
+ sal_Int32 const mnPriority;
};
class XclExpDataBar : public XclExpRecord, protected XclExpRoot
@@ -273,8 +273,8 @@ private:
std::unique_ptr<XclExpColScaleCol> mpCol;
const ScDataBarFormat& mrFormat;
- sal_Int32 mnPriority;
- OString maGUID;
+ sal_Int32 const mnPriority;
+ OString const maGUID;
};
class XclExpIconSet : public XclExpRecord, protected XclExpRoot
@@ -288,7 +288,7 @@ private:
XclExpCfvoList maCfvoList;
const ScIconSetFormat& mrFormat;
- sal_Int32 mnPriority;
+ sal_Int32 const mnPriority;
};
/** Contains all conditional formats of a specific sheet. */
@@ -400,8 +400,8 @@ public:
virtual void Save( XclExpStream& rStrm ) override;
private:
- XclExpString maDestRange; /// Destination range.
- XclExpString maUrl; /// Source document URL.
+ XclExpString const maDestRange; /// Destination range.
+ XclExpString const maUrl; /// Source document URL.
XclExpStringRef mxQryTables; /// List of source range names.
sal_Int16 mnRefresh; /// Refresh time in minutes.
bool mbEntireDoc; /// true = entire document.