summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xiescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xiescher.hxx')
-rw-r--r--sc/source/filter/inc/xiescher.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx
index 9ad15a4b4f5e..f984725ef4df 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -431,7 +431,7 @@ private:
typedef std::shared_ptr< XclImpChart > XclImpChartRef;
XclImpChartRef mxChart; /// The chart itself (BOF/EOF substream data).
- bool mbOwnTab; /// true = own sheet; false = embedded object.
+ bool const mbOwnTab; /// true = own sheet; false = embedded object.
};
/** A note object, which is a specialized text box object. */
@@ -492,7 +492,7 @@ private:
private:
const XclImpRoot& mrRoot; /// Not derived from XclImpRoot to allow multiple inheritance.
std::shared_ptr< ScRange > mxSrcRange; /// Source data range in the Calc document.
- XclCtrlBindMode meBindMode; /// Value binding mode.
+ XclCtrlBindMode const meBindMode; /// Value binding mode.
};
/** Base class for textbox based form controls. */
@@ -1100,7 +1100,7 @@ private:
XclImpObjMapById maObjMapId; /// Maps BIFF8 drawing objects to object ID.
XclImpObjTextMap maTextMap; /// Maps BIFF8 TXO textbox data to DFF stream position.
ScfUInt16Vec maSkipObjs; /// IDs of all objects to be skipped.
- bool mbOleObjs; /// True = draw model supports OLE objects.
+ bool const mbOleObjs; /// True = draw model supports OLE objects.
};
/** Drawing manager of a single sheet. */
@@ -1200,7 +1200,7 @@ private:
typedef std::unique_ptr<SvMemoryStream> SvMemoryStreamPtr;
SvMemoryStream maDummyStrm; /// Dummy DGG stream for DFF manager.
- XclImpSimpleDffConverter maDffConv; /// DFF converter used to resolve palette colors.
+ XclImpSimpleDffConverter const maDffConv; /// DFF converter used to resolve palette colors.
SvMemoryStreamPtr mxMemStrm; /// Helper stream.
};